Color Hex Logo

#dfad4b Color Hex

#DFAD4B
(223,173,75)
0 Favorites   0 Comments

Color spaces of #dfad4b

RGB 22317375
HSL0.110.700.58
HSV40°66°87°
CMYK 0.000.220.66   0.13
XYZ46.645046.083113.0931
Yxy46.08310.44080.4355
Hunter Lab67.88453.853536.0837
CIE-Lab73.59948.185355.7650

#dfad4b color RGB value is (223,173,75).

#dfad4b hex color red value is 223, green value is 173 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dfad4b hue: 0.11 , saturation: 0.70 and the lightness value of dfad4b is 0.58.

The process color (four color CMYK) of #dfad4b color hex is 0.00, 0.22, 0.66, 0.13. Web safe color of #dfad4b is #cc9933. Color #dfad4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 01001011
Octal 337 255 113
Decimal 223 173 75
Hex DF AD 4B

RGB Percentages of Color #dfad4b

%47.35
%36.73
%15.92

CMYK Percentages of Color #dfad4b

%0
%22
%66
%13

Triadic Colors of #dfad4b

#dfad4b #4bdfad #ad4bdf

Analogous Colors of #dfad4b

#dfad4b #c7df4b #df634b

Monochromatic Colors of #dfad4b

#dfad4b

Complementary Color

#dfad4b #4b7ddf

#dfad4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfad4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfad4b Color CSS Codes

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

#dfad4b Text Font Color

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

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


#dfad4b Background Color

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

This div background color is #dfad4b


#dfad4b Border Color

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

This div border color is #dfad4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfad4b


Comments

No comments written yet.

Please login to write comment.