#D9B39A

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

Shades of Cashmere #D9B39A

Tints of Cashmere #D9B39A

Color information

#D9B39A (or 0xD9B39A) is unknown color: approx Cashmere. HEX triplet: D9, B3 and 9A. RGB value is (217,179,154). Sum of RGB (Red+Green+Blue) = 217+179+154=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B39A is #264C65. Grayscale: #BBBBBB. Windows color (decimal): -2509926 or 10138585. OLE color: 10138585.

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

Color convert

RGB217179154-
CMYK00.180.290.15
HSL23.81º45.32%72.75%-
HSV(B)23.81º29.03%85.1%-
XYZ50.5749.3337.43-
YUV187.51109.09149.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 179 (70.31% from 255) = 32.55%
BLUE value IS 154 (60.55% from 255) = 28%
R=39.45%
G=32.55%
B=28%

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
Decimal21717915400.180.290.1523.8145.3272.75
HexD9B39A0121DF182d49
Octal33126323202235173055111
Binary110110011011001110011010010010111011111110001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B39A; }

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

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

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

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

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

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

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

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