Color Hex Logo

#dfa75b Color Hex

#DFA75B
(223,167,91)
0 Favorites   0 Comments

Color spaces of #dfa75b

RGB 22316791
HSL0.100.670.62
HSV35°59°87°
CMYK 0.000.250.59   0.13
XYZ46.138544.080715.9742
Yxy44.08070.43450.4151
Hunter Lab66.39337.856232.2102
CIE-Lab72.282412.429446.7279

#dfa75b color RGB value is (223,167,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 01011011
Octal 337 247 133
Decimal 223 167 91
Hex DF A7 5B

RGB Percentages of Color #dfa75b

%46.36
%34.72
%18.92

CMYK Percentages of Color #dfa75b

%0
%25
%59
%13

Triadic Colors of #dfa75b

#dfa75b #5bdfa7 #a75bdf

Analogous Colors of #dfa75b

#dfa75b #d5df5b #df655b

Monochromatic Colors of #dfa75b

#dfa75b

Complementary Color

#dfa75b #5b93df

#dfa75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa75b Color CSS Codes

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

#dfa75b Text Font Color

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

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


#dfa75b Background Color

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

This div background color is #dfa75b


#dfa75b Border Color

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

This div border color is #dfa75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa75b


Comments

No comments written yet.

Please login to write comment.