#DAB49E

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

Shades of Cashmere #DAB49E

Tints of Cashmere #DAB49E

Color information

#DAB49E (or 0xDAB49E) is unknown color: approx Cashmere. HEX triplet: DA, B4 and 9E. RGB value is (218,180,158). Sum of RGB (Red+Green+Blue) = 218+180+158=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB49E is #254B61. Grayscale: #BCBCBC. Windows color (decimal): -2444130 or 10400986. OLE color: 10400986.

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

Color convert

RGB218180158-
CMYK00.170.280.15
HSL22º44.78%73.73%-
HSV(B)22º27.52%85.49%-
XYZ51.4150.0239.29-
YUV188.85110.59148.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.21%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 158 (62.11% from 255) = 28.42%
R=39.21%
G=32.37%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818015800.170.280.152244.7873.73
HexDAB49E0111CF162d4a
Octal33226423602134172655112
Binary110110101011010010011110010001111001111101101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB49E; }

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

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

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

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

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

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

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

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