COLOR #DFD07D

HEX: #DFD07D
RGB: (223,208,125)

Color info

#DFD07D contains mainly red and green colors. Web safe color of #DFD07D is #CCCC66 (or #CC6).

RGB color model

#DFD07D color RGB value is (223,208,125).

  • red value is 223;
  • green value is 208;
  • blue value is 125.
RGB:
(223,208,125)
(87%,82%,49%)

RGB channels and saturation

R 223 of 255 = 87%
G 208 of 255 = 82%
B 125 of 255 = 49%

223
208
125

R + G + B ~ 73%. #DFD07D is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 208 + 125 = 556 (100%)
R 223 of 556 ~ 40.11%
G 208 of 556 ~ 37.41%
B 125 of 556 ~ 22.48%

%40.11
%37.41
%22.48

CMYK color model

#DFD07D color CMYK value is (0,7,44,13).

  • cyan value is 0.00%
  • magenta value is 6.73%
  • yellow value is 43.95%
  • key color value is 12.55%
CMYK:
(0,7,44,13)
C0M7Y44K13 
(0%,7%,44%,13%)
(0.00/0.07/0.44/0.13)	

CMYK percentages

%0
%6.73
%43.95
%12.55

Codes

Color #DFD07D in popluar color models

DFD07D
RGB223208125
HSL51°60.49%68.24%
HSB/HSV51°43.95%87.45%
CMYK0.00%6.73%43.95%
12.55%

Color #DFD07D in popluar number systems.

HEXDFD07D
Decimal223208125
Binary11011111110100001111101
Octal337320175

Shades and tints

Shades of #DFD07D

#DFD07D
(223,208,125)
#CBBE72
(203,190,114)
#B7AC67
(183,172,103)
#A39A5C
(163,154,92)
#8F8851
(143,136,81)
#7B7646
(123,118,70)
#67643B
(103,100,59)
#535230
(83,82,48)
#3F4025
(63,64,37)
#2B2E1A
(43,46,26)
#171C0F
(23,28,15)
#000000
(0,0,0)

Tints of #DFD07D

#DFD07D
(223,208,125)
#E1D488
(225,212,136)
#E3D893
(227,216,147)
#E5DC9E
(229,220,158)
#E7E0A9
(231,224,169)
#E9E4B4
(233,228,180)
#EBE8BF
(235,232,191)
#EDECCA
(237,236,202)
#EFF0D5
(239,240,213)
#F1F4E0
(241,244,224)
#F3F8EB
(243,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD07D color. Also use rgb(223,208,125) instead hex code.

Text Font Color

.myTextColor { color: #DFD07D; }

<p style="color:#DFD07D">This sample text font color is #DFD07D.</p>

This text font color is #DFD07D.


Background Color

.myBgColor { background-color: #DFD07D; }

<div style="background-color:#DFD07D">Inner text</div>

This div background color is #DFD07D.


Border color

.myBorderColor { border: 1px solid #DFD07D; }

<div style="border:3px solid #DFD07D">Div</div>

This div border color is #DFD07D.


Opacity

.myOpacity80 { color: #DFD07D; opacity: 0.8; }

<p style="color:#DFD07D;opacity:0.8;">80%</p>

Text with #DFD07D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DFD07D;}

<p style="text-shadow: 3px 3px 1px #DFD07D">Text here.</p>

This text has shadow with #DFD07D color.

.textShadow {text-shadow: 3px 3px 1px #DFD07D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DFD07D, 5px 5px 20px red">Text here.</p>

This text has shadow with #DFD07D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DFD07D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DFD07D, Direction=45, Strength=4)">Text</p>

This text has shadow with #DFD07D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DFD07D;
  -webkit-box-shadow:	1px 1px 3px 2px #DFD07D;
  box-shadow:		1px 1px 3px 2px #DFD07D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DFD07D;
-webkit-box-shadow: 1px 1px 3px 2px #DFD07D;
box-shadow:1px 1px 3px 2px #DFD07D;">
Div content here</div>
This div box has shadow with color #DFD07D.

Preview

Color preview on black background

This text has color #DFD07D on black background.


Color preview on white background

This text has color #DFD07D on white background.



Black color preview on #DFD07D background

This text has black color on #DFD07D background.


White color preview on #DFD07D background

This text has white color on #DFD07D background.