#DDB09B

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

Shades of Cashmere #DDB09B

Tints of Cashmere #DDB09B

Color information

#DDB09B (or 0xDDB09B) is unknown color: approx Cashmere. HEX triplet: DD, B0 and 9B. RGB value is (221,176,155). Sum of RGB (Red+Green+Blue) = 221+176+155=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB09B is #224F64. Grayscale: #BBBBBB. Windows color (decimal): -2248549 or 10203357. OLE color: 10203357.

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

Color convert

RGB221176155-
CMYK00.200.300.13
HSL19.09º49.25%73.73%-
HSV(B)19.09º29.86%86.67%-
XYZ51.2648.7937.73-
YUV187.06109.91152.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 176 (69.14% from 255) = 31.88%
BLUE value IS 155 (60.94% from 255) = 28.08%
R=40.04%
G=31.88%
B=28.08%

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
Decimal22117615500.200.300.1319.0949.2573.73
HexDDB09B0141ED13314a
Octal33526023302436152361112
Binary110111011011000010011011010100111101101100111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB09B; }

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

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

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

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

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

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

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

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