Color Hex Logo

#dfc69a Color Hex

#DFC69A
(223,198,154)
0 Favorites   0 Comments

Color spaces of #dfc69a

RGB 223198154
HSL0.110.520.74
HSV38°31°87°
CMYK 0.000.110.31   0.13
XYZ56.458258.409238.8703
Yxy58.40920.36720.3799
Hunter Lab76.4259-1.881823.3432
CIE-Lab80.96582.350725.3041

#dfc69a color RGB value is (223,198,154).

#dfc69a hex color red value is 223, green value is 198 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dfc69a hue: 0.11 , saturation: 0.52 and the lightness value of dfc69a is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 10011010
Octal 337 306 232
Decimal 223 198 154
Hex DF C6 9A

RGB Percentages of Color #dfc69a

%38.78
%34.43
%26.78

CMYK Percentages of Color #dfc69a

%0
%11
%31
%13

Triadic Colors of #dfc69a

#dfc69a #9adfc6 #c69adf

Analogous Colors of #dfc69a

#dfc69a #d6df9a #dfa49a

Monochromatic Colors of #dfc69a

#dfc69a

Complementary Color

#dfc69a #9ab3df

#dfc69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc69a Color CSS Codes

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

#dfc69a Text Font Color

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

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


#dfc69a Background Color

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

This div background color is #dfc69a


#dfc69a Border Color

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

This div border color is #dfc69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc69a


Comments

No comments written yet.

Please login to write comment.