#D9B39B

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

Shades of Cashmere #D9B39B

Tints of Cashmere #D9B39B

Color information

#D9B39B (or 0xD9B39B) is unknown color: approx Cashmere. HEX triplet: D9, B3 and 9B. RGB value is (217,179,155). Sum of RGB (Red+Green+Blue) = 217+179+155=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B39B is #264C64. Grayscale: #BBBBBB. Windows color (decimal): -2509925 or 10204121. OLE color: 10204121.

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

Color convert

RGB217179155-
CMYK00.180.290.15
HSL23.23º44.93%72.94%-
HSV(B)23.23º28.57%85.1%-
XYZ50.6549.3637.87-
YUV187.63109.59148.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.38%
GREEN value IS 179 (70.31% from 255) = 32.49%
BLUE value IS 155 (60.94% from 255) = 28.13%
R=39.38%
G=32.49%
B=28.13%

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
Decimal21717915500.180.290.1523.2344.9372.94
HexD9B39B0121DF172d49
Octal33126323302235172755111
Binary110110011011001110011011010010111011111101111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B39B; }

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

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

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

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

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

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

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

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