Color Hex Logo

#dfd06f Color Hex

#DFD06F
(223,208,111)
0 Favorites   0 Comments

Color spaces of #dfd06f

RGB 223208111
HSL0.140.640.65
HSV52°50°87°
CMYK 0.000.070.50   0.13
XYZ55.856561.947424.0520
Yxy61.94740.39380.4367
Hunter Lab78.7067-11.058936.9762
CIE-Lab82.8854-7.422249.5919

#dfd06f color RGB value is (223,208,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 01101111
Octal 337 320 157
Decimal 223 208 111
Hex DF D0 6F

RGB Percentages of Color #dfd06f

%41.14
%38.38
%20.48

CMYK Percentages of Color #dfd06f

%0
%7
%50
%13

Triadic Colors of #dfd06f

#dfd06f #6fdfd0 #d06fdf

Analogous Colors of #dfd06f

#dfd06f #b6df6f #df986f

Monochromatic Colors of #dfd06f

#dfd06f

Complementary Color

#dfd06f #6f7edf

#dfd06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd06f Color CSS Codes

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

#dfd06f Text Font Color

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

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


#dfd06f Background Color

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

This div background color is #dfd06f


#dfd06f Border Color

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

This div border color is #dfd06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd06f


Comments

No comments written yet.

Please login to write comment.