Color Hex Logo

#dfa75d Color Hex

#DFA75D
(223,167,93)
0 Favorites   0 Comments

Color spaces of #dfa75d

RGB 22316793
HSL0.090.670.62
HSV34°58°87°
CMYK 0.000.250.58   0.13
XYZ46.225944.115716.4347
Yxy44.11570.43290.4132
Hunter Lab66.41977.995831.8232
CIE-Lab72.305812.576745.7642

#dfa75d color RGB value is (223,167,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 01011101
Octal 337 247 135
Decimal 223 167 93
Hex DF A7 5D

RGB Percentages of Color #dfa75d

%46.17
%34.58
%19.25

CMYK Percentages of Color #dfa75d

%0
%25
%58
%13

Triadic Colors of #dfa75d

#dfa75d #5ddfa7 #a75ddf

Analogous Colors of #dfa75d

#dfa75d #d6df5d #df665d

Monochromatic Colors of #dfa75d

#dfa75d

Complementary Color

#dfa75d #5d95df

#dfa75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa75d Color CSS Codes

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

#dfa75d Text Font Color

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

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


#dfa75d Background Color

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

This div background color is #dfa75d


#dfa75d Border Color

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

This div border color is #dfa75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa75d


Comments

No comments written yet.

Please login to write comment.