color codes Logo

#dfad5c color codes

#DFAD5C
(223,173,92)
0 Favorites   0 Comments

Color spaces of #dfad5c

RGB 22317392
HSL0.100.670.62
HSV37°59°87°
CMYK 0.000.220.59   0.13
XYZ47.306846.347816.5779
Yxy46.34780.42920.4205
Hunter Lab68.07924.897233.2178
CIE-Lab73.77069.303747.9814

#dfad5c color RGB value is (223,173,92).

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

The process color (four color CMYK) of #dfad5c color code is 0.00, 0.22, 0.59, 0.13. Web safe color of #dfad5c is #cc9966. Color #dfad5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 01011100
Octal 337 255 134
Decimal 223 173 92
Hex DF AD 5C

RGB Percentages of Color #dfad5c

%45.70
%35.45
%18.85

CMYK Percentages of Color #dfad5c

%0
%22
%59
%13

Triadic Colors of #dfad5c

#dfad5c #5cdfad #ad5cdf

Analogous Colors of #dfad5c

#dfad5c #d0df5c #df6c5c

Monochromatic Colors of #dfad5c

#dfad5c

Complementary Color

#dfad5c #5c8edf

#dfad5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfad5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfad5c Color CSS Codes

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

#dfad5c Text Font Color

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

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


#dfad5c Background Color

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

This div background color is #dfad5c


#dfad5c Border Color

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

This div border color is #dfad5c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,173,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 #dfad5c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfad5c


Comments

No comments written yet.

Please login to write comment.