#DABA9F

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

Shades of Cashmere #DABA9F

Tints of Cashmere #DABA9F

Color information

#DABA9F (or 0xDABA9F) is unknown color: approx Cashmere. HEX triplet: DA, BA and 9F. RGB value is (218,186,159). Sum of RGB (Red+Green+Blue) = 218+186+159=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 159 (62.5% from 255 or 28.24% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA9F is #254560. Grayscale: #C0C0C0. Windows color (decimal): -2442593 or 10468058. OLE color: 10468058.

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

Color convert

RGB218186159-
CMYK00.150.270.15
HSL27.46º44.36%73.92%-
HSV(B)27.46º27.06%85.49%-
XYZ52.7352.5340.16-
YUV192.49109.1146.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 159 (62.5% from 255) = 28.24%
R=38.72%
G=33.04%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818615900.150.270.1527.4644.3673.92
HexDABA9F0F1BF1b2c4a
Octal33227223701733173354112
Binary11011010101110101001111101111110111111110111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABA9F; }

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

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

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

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

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

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

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

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