#DAB79F

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

Shades of Cashmere #DAB79F

Tints of Cashmere #DAB79F

Color information

#DAB79F (or 0xDAB79F) is unknown color: approx Cashmere. HEX triplet: DA, B7 and 9F. RGB value is (218,183,159). Sum of RGB (Red+Green+Blue) = 218+183+159=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB79F is #254860. Grayscale: #BEBEBE. Windows color (decimal): -2443361 or 10467290. OLE color: 10467290.

HSL color Cylindrical-coordinate representation of color #DAB79F: hue angle of 24.41º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAB79F is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB218183159-
CMYK00.160.270.15
HSL24.41º44.36%73.92%-
HSV(B)24.41º27.06%85.49%-
XYZ52.151.2839.95-
YUV190.73110.1147.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 183 (71.88% from 255) = 32.68%
BLUE value IS 159 (62.5% from 255) = 28.39%
R=38.93%
G=32.68%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818315900.160.270.1524.4144.3673.92
HexDAB79F0101BF182c4a
Octal33226723702033173054112
Binary110110101011011110011111010000110111111110001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB79F; }

 p { color: rgb(218,183,159); }

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

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

 a { background-color: rgb(218,183,159); }

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

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

 span { border-color: rgb(218,183,159); }

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