Color Hex Logo

#ddaf7b Color Hex

#DDAF7B
(221,175,123)
0 Favorites   0 Comments

Color spaces of #ddaf7b

RGB 221175123
HSL0.090.590.67
HSV32°44°87°
CMYK 0.000.210.44   0.13
XYZ48.723947.462225.3320
Yxy47.46220.40100.3906
Hunter Lab68.89285.680326.4239
CIE-Lab74.484410.144732.9997

#ddaf7b color RGB value is (221,175,123).

#ddaf7b hex color red value is 221, green value is 175 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ddaf7b hue: 0.09 , saturation: 0.59 and the lightness value of ddaf7b is 0.67.

The process color (four color CMYK) of #ddaf7b color hex is 0.00, 0.21, 0.44, 0.13. Web safe color of #ddaf7b is #cc9966. Color #ddaf7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 01111011
Octal 335 257 173
Decimal 221 175 123
Hex DD AF 7B

RGB Percentages of Color #ddaf7b

%42.58
%33.72
%23.70

CMYK Percentages of Color #ddaf7b

%0
%21
%44
%13

Triadic Colors of #ddaf7b

#ddaf7b #7bddaf #af7bdd

Analogous Colors of #ddaf7b

#ddaf7b #dadd7b #dd7e7b

Monochromatic Colors of #ddaf7b

#ddaf7b

Complementary Color

#ddaf7b #7ba9dd

#ddaf7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaf7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaf7b Color CSS Codes

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

#ddaf7b Text Font Color

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

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


#ddaf7b Background Color

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

This div background color is #ddaf7b


#ddaf7b Border Color

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

This div border color is #ddaf7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaf7b


Comments

No comments written yet.

Please login to write comment.