#D8B598

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

Shades of Cashmere #D8B598

Tints of Cashmere #D8B598

Color information

#D8B598 (or 0xD8B598) is unknown color: approx Cashmere. HEX triplet: D8, B5 and 98. RGB value is (216,181,152). Sum of RGB (Red+Green+Blue) = 216+181+152=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B598 is #274A67. Grayscale: #BCBCBC. Windows color (decimal): -2574952 or 10008024. OLE color: 10008024.

HSL color Cylindrical-coordinate representation of color #D8B598: hue angle of 27.19º degrees, saturation: 0.45, 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 #D8B598 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB216181152-
CMYK00.160.300.15
HSL27.19º45.07%72.16%-
HSV(B)27.19º29.63%84.71%-
XYZ50.5149.9136.68-
YUV188.16107.6147.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.34%
GREEN value IS 181 (71.09% from 255) = 32.97%
BLUE value IS 152 (59.77% from 255) = 27.69%
R=39.34%
G=32.97%
B=27.69%

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
Decimal21618115200.160.300.1527.1945.0772.16
HexD8B5980101EF1b2d48
Octal33026523002036173355110
Binary110110001011010110011000010000111101111110111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B598; }

 p { color: rgb(216,181,152); }

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

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

 a { background-color: rgb(216,181,152); }

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

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

 span { border-color: rgb(216,181,152); }

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