Color Hex Logo

#dfd07b Color Hex

#DFD07B
(223,208,123)
0 Favorites   0 Comments

Color spaces of #dfd07b

RGB 223208123
HSL0.140.610.68
HSV51°45°87°
CMYK 0.000.070.45   0.13
XYZ56.562562.229827.7693
Yxy62.22980.38590.4246
Hunter Lab78.8859-10.062734.3489
CIE-Lab83.0355-6.311843.9180

#dfd07b color RGB value is (223,208,123).

#dfd07b hex color red value is 223, green value is 208 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dfd07b hue: 0.14 , saturation: 0.61 and the lightness value of dfd07b is 0.68.

The process color (four color CMYK) of #dfd07b color hex is 0.00, 0.07, 0.45, 0.13. Web safe color of #dfd07b is #cccc66. Color #dfd07b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 01111011
Octal 337 320 173
Decimal 223 208 123
Hex DF D0 7B

RGB Percentages of Color #dfd07b

%40.25
%37.55
%22.20

CMYK Percentages of Color #dfd07b

%0
%7
%45
%13

Triadic Colors of #dfd07b

#dfd07b #7bdfd0 #d07bdf

Analogous Colors of #dfd07b

#dfd07b #bcdf7b #df9e7b

Monochromatic Colors of #dfd07b

#dfd07b

Complementary Color

#dfd07b #7b8adf

#dfd07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd07b Color CSS Codes

.mybgcolor {background-color:#dfd07b; } 
.myforecolor {color:#dfd07b; }
.mybordercolor {border:3px solid #dfd07b; }

#dfd07b Text Font Color

<p style="color:#dfd07b">Text here</p>

This sample text font color is #dfd07b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfd07b Background Color

<div style="background-color:#dfd07b">
Div content here</div>

This div background color is #dfd07b


#dfd07b Border Color

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

This div border color is #dfd07b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,208,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfd07b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfd07b;
  -webkit-box-shadow: 1px 1px 3px 2px #dfd07b;
  box-shadow:         1px 1px 3px 2px #dfd07b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,208,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfd07b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfd07b;
  -webkit-box-shadow: 1px 1px 3px 2px #dfd07b;
  box-shadow:         1px 1px 3px 2px #dfd07b;">
Div content here</div>

This div box has shadow with color #dfd07b


Comments

No comments written yet.

Please login to write comment.