Color Hex Logo

#dfad5b Color Hex

#DFAD5B
(223,173,91)
0 Favorites   0 Comments

Color spaces of #dfad5b

RGB 22317391
HSL0.100.670.62
HSV37°59°87°
CMYK 0.000.220.59   0.13
XYZ47.263346.330416.3492
Yxy46.33040.42990.4214
Hunter Lab68.06644.828833.4054
CIE-Lab73.75949.230648.4554

#dfad5b color RGB value is (223,173,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 01011011
Octal 337 255 133
Decimal 223 173 91
Hex DF AD 5B

RGB Percentages of Color #dfad5b

%45.79
%35.52
%18.69

CMYK Percentages of Color #dfad5b

%0
%22
%59
%13

Triadic Colors of #dfad5b

#dfad5b #5bdfad #ad5bdf

Analogous Colors of #dfad5b

#dfad5b #cfdf5b #df6b5b

Monochromatic Colors of #dfad5b

#dfad5b

Complementary Color

#dfad5b #5b8ddf

#dfad5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfad5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfad5b Color CSS Codes

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

#dfad5b Text Font Color

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

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


#dfad5b Background Color

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

This div background color is #dfad5b


#dfad5b Border Color

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

This div border color is #dfad5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfad5b


Comments

No comments written yet.

Please login to write comment.