#D9B09A

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

Shades of Cashmere #D9B09A

Tints of Cashmere #D9B09A

Color information

#D9B09A (or 0xD9B09A) is unknown color: approx Cashmere. HEX triplet: D9, B0 and 9A. RGB value is (217,176,154). Sum of RGB (Red+Green+Blue) = 217+176+154=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B09A is #264F65. Grayscale: #B9B9B9. Windows color (decimal): -2510694 or 10137817. OLE color: 10137817.

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

Color convert

RGB217176154-
CMYK00.190.290.15
HSL20.95º45.32%72.75%-
HSV(B)20.95º29.03%85.1%-
XYZ49.9748.1437.23-
YUV185.75110.08150.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.67%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 154 (60.55% from 255) = 28.15%
R=39.67%
G=32.18%
B=28.15%

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
Decimal21717615400.190.290.1520.9545.3272.75
HexD9B09A0131DF152d49
Octal33126023202335172555111
Binary110110011011000010011010010011111011111101011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B09A; }

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

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

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

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

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

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

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

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