#D9B698

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

Shades of Cashmere #D9B698

Tints of Cashmere #D9B698

Color information

#D9B698 (or 0xD9B698) is unknown color: approx Cashmere. HEX triplet: D9, B6 and 98. RGB value is (217,182,152). Sum of RGB (Red+Green+Blue) = 217+182+152=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B698 is #264967. Grayscale: #BDBDBD. Windows color (decimal): -2509160 or 10008281. OLE color: 10008281.

HSL color Cylindrical-coordinate representation of color #D9B698: hue angle of 27.69º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9B698 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB217182152-
CMYK00.160.300.15
HSL27.69º46.1%72.35%-
HSV(B)27.69º29.95%85.1%-
XYZ51.0150.4736.76-
YUV189.04107.1147.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.38%
GREEN value IS 182 (71.48% from 255) = 33.03%
BLUE value IS 152 (59.77% from 255) = 27.59%
R=39.38%
G=33.03%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718215200.160.300.1527.6946.172.35
HexD9B6980101EF1c2e48
Octal33126623002036173456110
Binary110110011011011010011000010000111101111111001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B698; }

 p { color: rgb(217,182,152); }

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

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

 a { background-color: rgb(217,182,152); }

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

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

 span { border-color: rgb(217,182,152); }

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