#DDB49B

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

Shades of Cashmere #DDB49B

Tints of Cashmere #DDB49B

Color information

#DDB49B (or 0xDDB49B) is unknown color: approx Cashmere. HEX triplet: DD, B4 and 9B. RGB value is (221,180,155). Sum of RGB (Red+Green+Blue) = 221+180+155=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB49B is #224B64. Grayscale: #BDBDBD. Windows color (decimal): -2247525 or 10204381. OLE color: 10204381.

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

Color convert

RGB221180155-
CMYK00.190.300.13
HSL22.73º49.25%73.73%-
HSV(B)22.73º29.86%86.67%-
XYZ52.0650.3837.99-
YUV189.41108.58150.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 155 (60.94% from 255) = 27.88%
R=39.75%
G=32.37%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118015500.190.300.1322.7349.2573.73
HexDDB49B0131ED17314a
Octal33526423302336152761112
Binary110111011011010010011011010011111101101101111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB49B; }

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

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

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

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

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

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

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

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