#D1B299

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

Shades of Cashmere #D1B299

Tints of Cashmere #D1B299

Color information

#D1B299 (or 0xD1B299) is unknown color: approx Cashmere. HEX triplet: D1, B2 and 99. RGB value is (209,178,153). Sum of RGB (Red+Green+Blue) = 209+178+153=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B299 is #2E4D66. Grayscale: #B8B8B8. Windows color (decimal): -3034471 or 10072785. OLE color: 10072785.

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

Color convert

RGB209178153-
CMYK00.150.270.18
HSL26.79º37.84%70.98%-
HSV(B)26.79º26.79%81.96%-
XYZ47.9647.736.82-
YUV184.42110.27145.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.70%
GREEN value IS 178 (69.92% from 255) = 32.96%
BLUE value IS 153 (60.16% from 255) = 28.33%
R=38.70%
G=32.96%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917815300.150.270.1826.7937.8470.98
HexD1B2990F1B121b2647
Octal32126223101733223346107
Binary110100011011001010011001011111101110010110111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B299; }

 p { color: rgb(209,178,153); }

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

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

 a { background-color: rgb(209,178,153); }

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

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

 span { border-color: rgb(209,178,153); }

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