#DAB699

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

Shades of Cashmere #DAB699

Tints of Cashmere #DAB699

Color information

#DAB699 (or 0xDAB699) is unknown color: approx Cashmere. HEX triplet: DA, B6 and 99. RGB value is (218,182,153). Sum of RGB (Red+Green+Blue) = 218+182+153=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB699 is #254966. Grayscale: #BDBDBD. Windows color (decimal): -2443623 or 10073818. OLE color: 10073818.

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

Color convert

RGB218182153-
CMYK00.170.300.15
HSL26.77º46.76%72.75%-
HSV(B)26.77º29.82%85.49%-
XYZ51.3950.6637.21-
YUV189.46107.43148.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 182 (71.48% from 255) = 32.91%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=39.42%
G=32.91%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818215300.170.300.1526.7746.7672.75
HexDAB6990111EF1b2f49
Octal33226623102136173357111
Binary110110101011011010011001010001111101111110111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB699; }

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

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

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

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

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

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

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

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