Color Hex Logo

#ddb19a Color Hex

#DDB19A
(221,177,154)
0 Favorites   0 Comments

Color spaces of #ddb19a

RGB 221177154
HSL0.060.500.74
HSV21°30°87°
CMYK 0.000.200.30   0.13
XYZ51.373749.149537.3510
Yxy49.14950.37260.3565
Hunter Lab70.10678.116817.4865
CIE-Lab75.544212.703117.8297

#ddb19a color RGB value is (221,177,154).

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

The process color (four color CMYK) of #ddb19a color hex is 0.00, 0.20, 0.30, 0.13. Web safe color of #ddb19a is #cc9999. Color #ddb19a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 10011010
Octal 335 261 232
Decimal 221 177 154
Hex DD B1 9A

RGB Percentages of Color #ddb19a

%40.04
%32.07
%27.90

CMYK Percentages of Color #ddb19a

%0
%20
%30
%13

Triadic Colors of #ddb19a

#ddb19a #9addb1 #b19add

Analogous Colors of #ddb19a

#ddb19a #ddd39a #dd9aa5

Monochromatic Colors of #ddb19a

#ddb19a

Complementary Color

#ddb19a #9ac6dd

#ddb19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb19a Color CSS Codes

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

#ddb19a Text Font Color

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

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


#ddb19a Background Color

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

This div background color is #ddb19a


#ddb19a Border Color

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

This div border color is #ddb19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb19a


Comments

No comments written yet.

Please login to write comment.