Color Hex Logo

#ddb39a Color Hex

#DDB39A
(221,179,154)
0 Favorites   0 Comments

Color spaces of #ddb39a

RGB 221179154
HSL0.060.500.74
HSV22°30°87°
CMYK 0.000.190.30   0.13
XYZ51.771649.945437.4836
Yxy49.94540.37190.3588
Hunter Lab70.67217.086018.0237
CIE-Lab76.035711.633418.5117

#ddb39a color RGB value is (221,179,154).

#ddb39a hex color red value is 221, green value is 179 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ddb39a hue: 0.06 , saturation: 0.50 and the lightness value of ddb39a is 0.74.

The process color (four color CMYK) of #ddb39a color hex is 0.00, 0.19, 0.30, 0.13. Web safe color of #ddb39a is #cccc99. Color #ddb39a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 10011010
Octal 335 263 232
Decimal 221 179 154
Hex DD B3 9A

RGB Percentages of Color #ddb39a

%39.89
%32.31
%27.80

CMYK Percentages of Color #ddb39a

%0
%19
%30
%13

Triadic Colors of #ddb39a

#ddb39a #9addb3 #b39add

Analogous Colors of #ddb39a

#ddb39a #ddd59a #dd9aa3

Monochromatic Colors of #ddb39a

#ddb39a

Complementary Color

#ddb39a #9ac4dd

#ddb39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb39a Color CSS Codes

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

#ddb39a Text Font Color

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

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


#ddb39a Background Color

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

This div background color is #ddb39a


#ddb39a Border Color

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

This div border color is #ddb39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb39a


Comments

No comments written yet.

Please login to write comment.