#DAB299

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

Shades of Cashmere #DAB299

Tints of Cashmere #DAB299

Color information

#DAB299 (or 0xDAB299) is unknown color: approx Cashmere. HEX triplet: DA, B2 and 99. RGB value is (218,178,153). Sum of RGB (Red+Green+Blue) = 218+178+153=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB299 is #254D66. Grayscale: #BBBBBB. Windows color (decimal): -2444647 or 10072794. OLE color: 10072794.

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

Color convert

RGB218178153-
CMYK00.180.300.15
HSL23.08º46.76%72.75%-
HSV(B)23.08º29.82%85.49%-
XYZ50.5849.0536.94-
YUV187.11108.75150.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.71%
GREEN value IS 178 (69.92% from 255) = 32.42%
BLUE value IS 153 (60.16% from 255) = 27.87%
R=39.71%
G=32.42%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817815300.180.300.1523.0846.7672.75
HexDAB2990121EF172f49
Octal33226223102236172757111
Binary110110101011001010011001010010111101111101111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB299; }

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

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

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

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

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

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

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

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