#DAB99C

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

Shades of Cashmere #DAB99C

Tints of Cashmere #DAB99C

Color information

#DAB99C (or 0xDAB99C) is unknown color: approx Cashmere. HEX triplet: DA, B9 and 9C. RGB value is (218,185,156). Sum of RGB (Red+Green+Blue) = 218+185+156=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB99C is #254663. Grayscale: #BFBFBF. Windows color (decimal): -2442852 or 10271194. OLE color: 10271194.

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

Color convert

RGB218185156-
CMYK00.150.280.15
HSL28.06º45.59%73.33%-
HSV(B)28.06º28.44%85.49%-
XYZ52.265238.74-
YUV191.56107.93146.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 156 (61.33% from 255) = 27.91%
R=39.00%
G=33.09%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818515600.150.280.1528.0645.5973.33
HexDAB99C0F1CF1c2e49
Octal33227123401734173456111
Binary11011010101110011001110001111111001111111001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB99C; }

 p { color: rgb(218,185,156); }

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

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

 a { background-color: rgb(218,185,156); }

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

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

 span { border-color: rgb(218,185,156); }

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