#D1B598

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

Shades of Cashmere #D1B598

Tints of Cashmere #D1B598

Color information

#D1B598 (or 0xD1B598) is unknown color: approx Cashmere. HEX triplet: D1, B5 and 98. RGB value is (209,181,152). Sum of RGB (Red+Green+Blue) = 209+181+152=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B598 is #2E4A67. Grayscale: #BABABA. Windows color (decimal): -3033704 or 10008017. OLE color: 10008017.

HSL color Cylindrical-coordinate representation of color #D1B598: hue angle of 30.53º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1B598 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB209181152-
CMYK00.130.270.18
HSL30.53º38.26%70.78%-
HSV(B)30.53º27.27%81.96%-
XYZ48.4948.8736.58-
YUV186.07108.78144.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.56%
GREEN value IS 181 (71.09% from 255) = 33.39%
BLUE value IS 152 (59.77% from 255) = 28.04%
R=38.56%
G=33.39%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918115200.130.270.1830.5338.2670.78
HexD1B5980D1B121f2647
Octal32126523001533223746107
Binary110100011011010110011000011011101110010111111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B598; }

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

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

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

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

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

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

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

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