#DAB199

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

Shades of Cashmere #DAB199

Tints of Cashmere #DAB199

Color information

#DAB199 (or 0xDAB199) is unknown color: approx Cashmere. HEX triplet: DA, B1 and 99. RGB value is (218,177,153). Sum of RGB (Red+Green+Blue) = 218+177+153=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB199 is #254E66. Grayscale: #BABABA. Windows color (decimal): -2444903 or 10072538. OLE color: 10072538.

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

Color convert

RGB218177153-
CMYK00.190.300.15
HSL22.15º46.76%72.75%-
HSV(B)22.15º29.82%85.49%-
XYZ50.3948.6536.87-
YUV186.52109.08150.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.78%
GREEN value IS 177 (69.53% from 255) = 32.30%
BLUE value IS 153 (60.16% from 255) = 27.92%
R=39.78%
G=32.30%
B=27.92%

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
Decimal21817715300.190.300.1522.1546.7672.75
HexDAB1990131EF162f49
Octal33226123102336172657111
Binary110110101011000110011001010011111101111101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB199; }

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

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

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

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

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

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

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

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