#DDB19B

Color #DDB19B Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #DDB19B

Tints of Cashmere #DDB19B

Color information

#DDB19B (or 0xDDB19B) is unknown color: approx Cashmere. HEX triplet: DD, B1 and 9B. RGB value is (221,177,155). Sum of RGB (Red+Green+Blue) = 221+177+155=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB19B is #224E64. Grayscale: #BBBBBB. Windows color (decimal): -2248293 or 10203613. OLE color: 10203613.

HSL color Cylindrical-coordinate representation of color #DDB19B: hue angle of 20º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB19B is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221177155-
CMYK00.200.300.13
HSL20º49.25%73.73%-
HSV(B)20º29.86%86.67%-
XYZ51.4649.1837.79-
YUV187.65109.58151.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 177 (69.53% from 255) = 32.01%
BLUE value IS 155 (60.94% from 255) = 28.03%
R=39.96%
G=32.01%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117715500.200.300.132049.2573.73
HexDDB19B0141ED14314a
Octal33526123302436152461112
Binary110111011011000110011011010100111101101101001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB19B; }

 p { color: rgb(221,177,155); }

 H1.HeaderClassName
 {
   color: #DDB19B;
 }
 .AnyTagClassName
 {
   color: #DDB19B;
 }
</style>
background-color css

<style>
 a { background-color: #DDB19B; }

 a { background-color: rgb(221,177,155); }

 div.DivClassName
 {
   background-color: #DDB19B;
 }
 .BgClassName
 {
   background-color: #DDB19B;
 }
</style>
border-color css

<style>
 span { border-color: #DDB19B; }

 span { border-color: rgb(221,177,155); }

 td.TdClassName
 {
   border-color: #DDB19B;
 }
 .TagClassName
 {
   border-color: #DDB19B;
 }
</style>