Color Hex Logo

#dfc69f Color Hex

#DFC69F
(223,198,159)
0 Favorites   0 Comments

Color spaces of #dfc69f

RGB 223198159
HSL0.100.500.75
HSV37°29°87°
CMYK 0.000.110.29   0.13
XYZ56.883558.579341.1097
Yxy58.57930.36330.3741
Hunter Lab76.5371-1.276121.7301
CIE-Lab81.05982.998222.7923

#dfc69f color RGB value is (223,198,159).

#dfc69f hex color red value is 223, green value is 198 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dfc69f hue: 0.10 , saturation: 0.50 and the lightness value of dfc69f is 0.75.

The process color (four color CMYK) of #dfc69f color hex is 0.00, 0.11, 0.29, 0.13. Web safe color of #dfc69f is #cccc99. Color #dfc69f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 10011111
Octal 337 306 237
Decimal 223 198 159
Hex DF C6 9F

RGB Percentages of Color #dfc69f

%38.45
%34.14
%27.41

CMYK Percentages of Color #dfc69f

%0
%11
%29
%13

Triadic Colors of #dfc69f

#dfc69f #9fdfc6 #c69fdf

Analogous Colors of #dfc69f

#dfc69f #d8df9f #dfa69f

Monochromatic Colors of #dfc69f

#dfc69f

Complementary Color

#dfc69f #9fb8df

#dfc69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc69f Color CSS Codes

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

#dfc69f Text Font Color

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

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


#dfc69f Background Color

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

This div background color is #dfc69f


#dfc69f Border Color

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

This div border color is #dfc69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc69f


Comments

No comments written yet.

Please login to write comment.