#DAB099

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

Shades of Cashmere #DAB099

Tints of Cashmere #DAB099

Color information

#DAB099 (or 0xDAB099) is unknown color: approx Cashmere. HEX triplet: DA, B0 and 99. RGB value is (218,176,153). Sum of RGB (Red+Green+Blue) = 218+176+153=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB099 is #254F66. Grayscale: #BABABA. Windows color (decimal): -2445159 or 10072282. OLE color: 10072282.

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

Color convert

RGB218176153-
CMYK00.190.300.15
HSL21.23º46.76%72.75%-
HSV(B)21.23º29.82%85.49%-
XYZ50.1948.2636.81-
YUV185.94109.41150.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 153 (60.16% from 255) = 27.97%
R=39.85%
G=32.18%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817615300.190.300.1521.2346.7672.75
HexDAB0990131EF152f49
Octal33226023102336172557111
Binary110110101011000010011001010011111101111101011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB099; }

 p { color: rgb(218,176,153); }

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

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

 a { background-color: rgb(218,176,153); }

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

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

 span { border-color: rgb(218,176,153); }

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