Color Hex Logo

#dfc973 Color Hex

#DFC973
(223,201,115)
0 Favorites   0 Comments

Color spaces of #dfc973

RGB 223201115
HSL0.130.630.66
HSV48°48°87°
CMYK 0.000.100.48   0.13
XYZ54.412658.699124.6819
Yxy58.69910.39490.4260
Hunter Lab76.6153-7.305234.5303
CIE-Lab81.1259-3.478445.5119

#dfc973 color RGB value is (223,201,115).

#dfc973 hex color red value is 223, green value is 201 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dfc973 hue: 0.13 , saturation: 0.63 and the lightness value of dfc973 is 0.66.

The process color (four color CMYK) of #dfc973 color hex is 0.00, 0.10, 0.48, 0.13. Web safe color of #dfc973 is #cccc66. Color #dfc973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 01110011
Octal 337 311 163
Decimal 223 201 115
Hex DF C9 73

RGB Percentages of Color #dfc973

%41.37
%37.29
%21.34

CMYK Percentages of Color #dfc973

%0
%10
%48
%13

Triadic Colors of #dfc973

#dfc973 #73dfc9 #c973df

Analogous Colors of #dfc973

#dfc973 #bfdf73 #df9373

Monochromatic Colors of #dfc973

#dfc973

Complementary Color

#dfc973 #7389df

#dfc973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc973 Color CSS Codes

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

#dfc973 Text Font Color

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

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


#dfc973 Background Color

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

This div background color is #dfc973


#dfc973 Border Color

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

This div border color is #dfc973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc973


Comments

No comments written yet.

Please login to write comment.