Color Hex Logo

#ddab5f Color Hex

#DDAB5F
(221,171,95)
0 Favorites   0 Comments

Color spaces of #ddab5f

RGB 22117195
HSL0.100.650.62
HSV36°57°87°
CMYK 0.000.230.57   0.13
XYZ46.447345.324217.1269
Yxy45.32420.42650.4162
Hunter Lab67.32335.334132.0430
CIE-Lab73.10499.759145.6674

#ddab5f color RGB value is (221,171,95).

#ddab5f hex color red value is 221, green value is 171 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ddab5f hue: 0.10 , saturation: 0.65 and the lightness value of ddab5f is 0.62.

The process color (four color CMYK) of #ddab5f color hex is 0.00, 0.23, 0.57, 0.13. Web safe color of #ddab5f is #cc9966. Color #ddab5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 01011111
Octal 335 253 137
Decimal 221 171 95
Hex DD AB 5F

RGB Percentages of Color #ddab5f

%45.38
%35.11
%19.51

CMYK Percentages of Color #ddab5f

%0
%23
%57
%13

Triadic Colors of #ddab5f

#ddab5f #5fddab #ab5fdd

Analogous Colors of #ddab5f

#ddab5f #d0dd5f #dd6c5f

Monochromatic Colors of #ddab5f

#ddab5f

Complementary Color

#ddab5f #5f91dd

#ddab5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab5f Color CSS Codes

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

#ddab5f Text Font Color

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

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


#ddab5f Background Color

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

This div background color is #ddab5f


#ddab5f Border Color

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

This div border color is #ddab5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,171,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab5f


Comments

No comments written yet.

Please login to write comment.