#DDB19C

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

Shades of Cashmere #DDB19C

Tints of Cashmere #DDB19C

Color information

#DDB19C (or 0xDDB19C) is unknown color: approx Cashmere. HEX triplet: DD, B1 and 9C. RGB value is (221,177,156). Sum of RGB (Red+Green+Blue) = 221+177+156=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB19C is #224E63. Grayscale: #BBBBBB. Windows color (decimal): -2248292 or 10269149. OLE color: 10269149.

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

Color convert

RGB221177156-
CMYK00.200.290.13
HSL19.38º48.87%73.92%-
HSV(B)19.38º29.41%86.67%-
XYZ51.5449.2238.24-
YUV187.76110.08151.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 156 (61.33% from 255) = 28.16%
R=39.89%
G=31.95%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117715600.200.290.1319.3848.8773.92
HexDDB19C0141DD13314a
Octal33526123402435152361112
Binary110111011011000110011100010100111011101100111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB19C; }

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

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

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

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

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

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

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

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