Color Hex Logo

#dfa47b Color Hex

#DFA47B
(223,164,123)
0 Favorites   0 Comments

Color spaces of #dfa47b

RGB 223164123
HSL0.070.610.68
HSV25°45°87°
CMYK 0.000.260.45   0.13
XYZ47.282043.669024.6758
Yxy43.66900.40890.3777
Hunter Lab66.082512.072224.1184
CIE-Lab72.006716.837729.7992

#dfa47b color RGB value is (223,164,123).

#dfa47b hex color red value is 223, green value is 164 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dfa47b hue: 0.07 , saturation: 0.61 and the lightness value of dfa47b is 0.68.

The process color (four color CMYK) of #dfa47b color hex is 0.00, 0.26, 0.45, 0.13. Web safe color of #dfa47b is #cc9966. Color #dfa47b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100100 01111011
Octal 337 244 173
Decimal 223 164 123
Hex DF A4 7B

RGB Percentages of Color #dfa47b

%43.73
%32.16
%24.12

CMYK Percentages of Color #dfa47b

%0
%26
%45
%13

Triadic Colors of #dfa47b

#dfa47b #7bdfa4 #a47bdf

Analogous Colors of #dfa47b

#dfa47b #dfd67b #df7b84

Monochromatic Colors of #dfa47b

#dfa47b

Complementary Color

#dfa47b #7bb6df

#dfa47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa47b Color CSS Codes

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

#dfa47b Text Font Color

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

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


#dfa47b Background Color

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

This div background color is #dfa47b


#dfa47b Border Color

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

This div border color is #dfa47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa47b


Comments

No comments written yet.

Please login to write comment.