Color Hex Logo

#dfc45c Color Hex

#DFC45C
(223,196,92)
0 Favorites   0 Comments

Color spaces of #dfc45c

RGB 22319692
HSL0.130.670.62
HSV48°59°87°
CMYK 0.000.120.59   0.13
XYZ52.103155.940518.1767
Yxy55.94050.41280.4432
Hunter Lab74.7934-6.540537.9464
CIE-Lab79.5799-2.773654.6691

#dfc45c color RGB value is (223,196,92).

#dfc45c hex color red value is 223, green value is 196 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dfc45c hue: 0.13 , saturation: 0.67 and the lightness value of dfc45c is 0.62.

The process color (four color CMYK) of #dfc45c color hex is 0.00, 0.12, 0.59, 0.13. Web safe color of #dfc45c is #cccc66. Color #dfc45c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 01011100
Octal 337 304 134
Decimal 223 196 92
Hex DF C4 5C

RGB Percentages of Color #dfc45c

%43.64
%38.36
%18.00

CMYK Percentages of Color #dfc45c

%0
%12
%59
%13

Triadic Colors of #dfc45c

#dfc45c #5cdfc4 #c45cdf

Analogous Colors of #dfc45c

#dfc45c #b9df5c #df835c

Monochromatic Colors of #dfc45c

#dfc45c

Complementary Color

#dfc45c #5c77df

#dfc45c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc45c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc45c Color CSS Codes

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

#dfc45c Text Font Color

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

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


#dfc45c Background Color

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

This div background color is #dfc45c


#dfc45c Border Color

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

This div border color is #dfc45c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc45c


Comments

No comments written yet.

Please login to write comment.