Color Hex Logo

#dfd07a Color Hex

#DFD07A
(223,208,122)
0 Favorites   0 Comments

Color spaces of #dfd07a

RGB 223208122
HSL0.140.610.68
HSV51°45°87°
CMYK 0.000.070.45   0.13
XYZ56.500262.204927.4412
Yxy62.20490.38660.4256
Hunter Lab78.8701-10.150534.5803
CIE-Lab83.0223-6.409344.3967

#dfd07a color RGB value is (223,208,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 01111010
Octal 337 320 172
Decimal 223 208 122
Hex DF D0 7A

RGB Percentages of Color #dfd07a

%40.33
%37.61
%22.06

CMYK Percentages of Color #dfd07a

%0
%7
%45
%13

Triadic Colors of #dfd07a

#dfd07a #7adfd0 #d07adf

Analogous Colors of #dfd07a

#dfd07a #bcdf7a #df9e7a

Monochromatic Colors of #dfd07a

#dfd07a

Complementary Color

#dfd07a #7a89df

#dfd07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd07a Color CSS Codes

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

#dfd07a Text Font Color

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

This sample text font color is #dfd07a
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.


#dfd07a Background Color

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

This div background color is #dfd07a


#dfd07a Border Color

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

This div border color is #dfd07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd07a

#dfd07a Color Palettes


Comments

No comments written yet.

Please login to write comment.