#D1B499

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

Shades of Cashmere #D1B499

Tints of Cashmere #D1B499

Color information

#D1B499 (or 0xD1B499) is unknown color: approx Cashmere. HEX triplet: D1, B4 and 99. RGB value is (209,180,153). Sum of RGB (Red+Green+Blue) = 209+180+153=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 180 (70.70% from 255 or 33.21% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B499 is #2E4B66. Grayscale: #B9B9B9. Windows color (decimal): -3033959 or 10073297. OLE color: 10073297.

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

Color convert

RGB209180153-
CMYK00.140.270.18
HSL28.93º37.84%70.98%-
HSV(B)28.93º26.79%81.96%-
XYZ48.3748.536.95-
YUV185.59109.61144.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.56%
GREEN value IS 180 (70.70% from 255) = 33.21%
BLUE value IS 153 (60.16% from 255) = 28.23%
R=38.56%
G=33.21%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918015300.140.270.1828.9337.8470.98
HexD1B4990E1B121d2647
Octal32126423101633223546107
Binary110100011011010010011001011101101110010111011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B499; }

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

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

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

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

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

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

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

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