Color Hex Logo

#ddb19d Color Hex

#DDB19D
(221,177,157)
0 Favorites   0 Comments

Color spaces of #ddb19d

RGB 221177157
HSL0.050.480.74
HSV19°29°87°
CMYK 0.000.200.29   0.13
XYZ51.626749.250838.6836
Yxy49.25080.36990.3529
Hunter Lab70.17898.499416.4438
CIE-Lab75.607113.099716.2925

#ddb19d color RGB value is (221,177,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 10011101
Octal 335 261 235
Decimal 221 177 157
Hex DD B1 9D

RGB Percentages of Color #ddb19d

%39.82
%31.89
%28.29

CMYK Percentages of Color #ddb19d

%0
%20
%29
%13

Triadic Colors of #ddb19d

#ddb19d #9dddb1 #b19ddd

Analogous Colors of #ddb19d

#ddb19d #ddd19d #dd9da9

Monochromatic Colors of #ddb19d

#ddb19d

Complementary Color

#ddb19d #9dc9dd

#ddb19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb19d Color CSS Codes

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

#ddb19d Text Font Color

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

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


#ddb19d Background Color

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

This div background color is #ddb19d


#ddb19d Border Color

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

This div border color is #ddb19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb19d


Comments

No comments written yet.

Please login to write comment.