#DAB89E

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

Shades of Cashmere #DAB89E

Tints of Cashmere #DAB89E

Color information

#DAB89E (or 0xDAB89E) is unknown color: approx Cashmere. HEX triplet: DA, B8 and 9E. RGB value is (218,184,158). Sum of RGB (Red+Green+Blue) = 218+184+158=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 158 (62.11% from 255 or 28.21% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB89E is #254761. Grayscale: #BFBFBF. Windows color (decimal): -2443106 or 10402010. OLE color: 10402010.

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

Color convert

RGB218184158-
CMYK00.160.280.15
HSL26º44.78%73.73%-
HSV(B)26º27.52%85.49%-
XYZ52.2351.6639.57-
YUV191.2109.26147.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 184 (72.27% from 255) = 32.86%
BLUE value IS 158 (62.11% from 255) = 28.21%
R=38.93%
G=32.86%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818415800.160.280.152644.7873.73
HexDAB89E0101CF1a2d4a
Octal33227023602034173255112
Binary110110101011100010011110010000111001111110101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB89E; }

 p { color: rgb(218,184,158); }

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

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

 a { background-color: rgb(218,184,158); }

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

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

 span { border-color: rgb(218,184,158); }

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