Color Hex Logo

#dfc499 Color Hex

#DFC499
(223,196,153)
0 Favorites   0 Comments

Color spaces of #dfc499

RGB 223196153
HSL0.100.520.74
HSV37°31°87°
CMYK 0.000.120.31   0.13
XYZ55.921157.467738.2820
Yxy57.46770.36870.3789
Hunter Lab75.8075-0.988423.1244
CIE-Lab80.44193.271525.1203

#dfc499 color RGB value is (223,196,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 10011001
Octal 337 304 231
Decimal 223 196 153
Hex DF C4 99

RGB Percentages of Color #dfc499

%38.99
%34.27
%26.75

CMYK Percentages of Color #dfc499

%0
%12
%31
%13

Triadic Colors of #dfc499

#dfc499 #99dfc4 #c499df

Analogous Colors of #dfc499

#dfc499 #d7df99 #dfa199

Monochromatic Colors of #dfc499

#dfc499

Complementary Color

#dfc499 #99b4df

#dfc499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc499 Color CSS Codes

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

#dfc499 Text Font Color

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

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


#dfc499 Background Color

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

This div background color is #dfc499


#dfc499 Border Color

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

This div border color is #dfc499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc499


Comments

No comments written yet.

Please login to write comment.