#DAB49F

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

Shades of Cashmere #DAB49F

Tints of Cashmere #DAB49F

Color information

#DAB49F (or 0xDAB49F) is unknown color: approx Cashmere. HEX triplet: DA, B4 and 9F. RGB value is (218,180,159). Sum of RGB (Red+Green+Blue) = 218+180+159=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB49F is #254B60. Grayscale: #BDBDBD. Windows color (decimal): -2444129 or 10466522. OLE color: 10466522.

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

Color convert

RGB218180159-
CMYK00.170.270.15
HSL21.36º44.36%73.92%-
HSV(B)21.36º27.06%85.49%-
XYZ51.4950.0539.75-
YUV188.97111.09148.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 180 (70.70% from 255) = 32.32%
BLUE value IS 159 (62.5% from 255) = 28.55%
R=39.14%
G=32.32%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818015900.170.270.1521.3644.3673.92
HexDAB49F0111BF152c4a
Octal33226423702133172554112
Binary110110101011010010011111010001110111111101011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB49F; }

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

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

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

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

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

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

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

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