#D9B199

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

Shades of Cashmere #D9B199

Tints of Cashmere #D9B199

Color information

#D9B199 (or 0xD9B199) is unknown color: approx Cashmere. HEX triplet: D9, B1 and 99. RGB value is (217,177,153). Sum of RGB (Red+Green+Blue) = 217+177+153=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B199 is #264E66. Grayscale: #BABABA. Windows color (decimal): -2510439 or 10072537. OLE color: 10072537.

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

Color convert

RGB217177153-
CMYK00.180.290.15
HSL22.5º45.71%72.55%-
HSV(B)22.5º29.49%85.1%-
XYZ50.0948.536.86-
YUV186.22109.25149.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.67%
GREEN value IS 177 (69.53% from 255) = 32.36%
BLUE value IS 153 (60.16% from 255) = 27.97%
R=39.67%
G=32.36%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717715300.180.290.1522.545.7172.55
HexD9B1990121DF172e49
Octal33126123102235172756111
Binary110110011011000110011001010010111011111101111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B199; }

 p { color: rgb(217,177,153); }

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

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

 a { background-color: rgb(217,177,153); }

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

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

 span { border-color: rgb(217,177,153); }

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