#DDB49D

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

Shades of Cashmere #DDB49D

Tints of Cashmere #DDB49D

Color information

#DDB49D (or 0xDDB49D) is unknown color: approx Cashmere. HEX triplet: DD, B4 and 9D. RGB value is (221,180,157). Sum of RGB (Red+Green+Blue) = 221+180+157=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB49D is #224B62. Grayscale: #BDBDBD. Windows color (decimal): -2247523 or 10335453. OLE color: 10335453.

HSL color Cylindrical-coordinate representation of color #DDB49D: hue angle of 21.56º degrees, saturation: 0.48, 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 #DDB49D is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221180157-
CMYK00.190.290.13
HSL21.56º48.48%74.12%-
HSV(B)21.56º28.96%86.67%-
XYZ52.2350.4538.88-
YUV189.64109.58150.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.61%
GREEN value IS 180 (70.70% from 255) = 32.26%
BLUE value IS 157 (61.72% from 255) = 28.14%
R=39.61%
G=32.26%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118015700.190.290.1321.5648.4874.12
HexDDB49D0131DD16304a
Octal33526423502335152660112
Binary110111011011010010011101010011111011101101101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB49D; }

 p { color: rgb(221,180,157); }

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

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

 a { background-color: rgb(221,180,157); }

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

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

 span { border-color: rgb(221,180,157); }

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