Color Hex Logo

#dfa76b Color Hex

#DFA76B
(223,167,107)
0 Favorites   0 Comments

Color spaces of #dfa76b

RGB 223167107
HSL0.090.640.65
HSV31°52°87°
CMYK 0.000.250.52   0.13
XYZ46.904044.386920.0053
Yxy44.38690.42140.3988
Hunter Lab66.62359.075728.8332
CIE-Lab72.486313.711738.8632

#dfa76b color RGB value is (223,167,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 01101011
Octal 337 247 153
Decimal 223 167 107
Hex DF A7 6B

RGB Percentages of Color #dfa76b

%44.87
%33.60
%21.53

CMYK Percentages of Color #dfa76b

%0
%25
%52
%13

Triadic Colors of #dfa76b

#dfa76b #6bdfa7 #a76bdf

Analogous Colors of #dfa76b

#dfa76b #dddf6b #df6d6b

Monochromatic Colors of #dfa76b

#dfa76b

Complementary Color

#dfa76b #6ba3df

#dfa76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa76b Color CSS Codes

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

#dfa76b Text Font Color

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

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


#dfa76b Background Color

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

This div background color is #dfa76b


#dfa76b Border Color

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

This div border color is #dfa76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa76b


Comments

No comments written yet.

Please login to write comment.