Color Hex Logo

#ddac6b Color Hex

#DDAC6B
(221,172,107)
0 Favorites   0 Comments

Color spaces of #ddac6b

RGB 221172107
HSL0.100.630.64
HSV34°52°87°
CMYK 0.000.220.52   0.13
XYZ47.225245.938720.2879
Yxy45.93870.41630.4049
Hunter Lab67.77815.760429.6975
CIE-Lab73.505710.217640.0879

#ddac6b color RGB value is (221,172,107).

#ddac6b hex color red value is 221, green value is 172 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ddac6b hue: 0.10 , saturation: 0.63 and the lightness value of ddac6b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 01101011
Octal 335 254 153
Decimal 221 172 107
Hex DD AC 6B

RGB Percentages of Color #ddac6b

%44.20
%34.40
%21.40

CMYK Percentages of Color #ddac6b

%0
%22
%52
%13

Triadic Colors of #ddac6b

#ddac6b #6bddac #ac6bdd

Analogous Colors of #ddac6b

#ddac6b #d5dd6b #dd736b

Monochromatic Colors of #ddac6b

#ddac6b

Complementary Color

#ddac6b #6b9cdd

#ddac6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddac6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddac6b Color CSS Codes

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

#ddac6b Text Font Color

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

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


#ddac6b Background Color

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

This div background color is #ddac6b


#ddac6b Border Color

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

This div border color is #ddac6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddac6b


Comments

No comments written yet.

Please login to write comment.