#D9B09B

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

Shades of Cashmere #D9B09B

Tints of Cashmere #D9B09B

Color information

#D9B09B (or 0xD9B09B) is unknown color: approx Cashmere. HEX triplet: D9, B0 and 9B. RGB value is (217,176,155). Sum of RGB (Red+Green+Blue) = 217+176+155=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B09B is #264F64. Grayscale: #B9B9B9. Windows color (decimal): -2510693 or 10203353. OLE color: 10203353.

HSL color Cylindrical-coordinate representation of color #D9B09B: hue angle of 20.32º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9B09B is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB217176155-
CMYK00.190.290.15
HSL20.32º44.93%72.94%-
HSV(B)20.32º28.57%85.1%-
XYZ50.0648.1737.67-
YUV185.86110.58150.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.60%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 155 (60.94% from 255) = 28.28%
R=39.60%
G=32.12%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717615500.190.290.1520.3244.9372.94
HexD9B09B0131DF142d49
Octal33126023302335172455111
Binary110110011011000010011011010011111011111101001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B09B; }

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

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

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

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

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

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

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

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