#D9B19D

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

Shades of Cashmere #D9B19D

Tints of Cashmere #D9B19D

Color information

#D9B19D (or 0xD9B19D) is unknown color: approx Cashmere. HEX triplet: D9, B1 and 9D. RGB value is (217,177,157). Sum of RGB (Red+Green+Blue) = 217+177+157=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B19D is #264E62. Grayscale: #BABABA. Windows color (decimal): -2510435 or 10334681. OLE color: 10334681.

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

Color convert

RGB217177157-
CMYK00.180.280.15
HSL20º44.12%73.33%-
HSV(B)20º27.65%85.1%-
XYZ50.4248.6338.63-
YUV186.68111.25149.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.38%
GREEN value IS 177 (69.53% from 255) = 32.12%
BLUE value IS 157 (61.72% from 255) = 28.49%
R=39.38%
G=32.12%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717715700.180.280.152044.1273.33
HexD9B19D0121CF142c49
Octal33126123502234172454111
Binary110110011011000110011101010010111001111101001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B19D; }

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

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

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

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

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

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

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

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