#DACBA9

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

Shades of Aths Special #DACBA9

Tints of Aths Special #DACBA9

Color information

#DACBA9 (or 0xDACBA9) is unknown color: approx Aths Special. HEX triplet: DA, CB and A9. RGB value is (218,203,169). Sum of RGB (Red+Green+Blue) = 218+203+169=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACBA9 is #253456. Grayscale: #CBCBCB. Windows color (decimal): -2438231 or 11127770. OLE color: 11127770.

HSL color Cylindrical-coordinate representation of color #DACBA9: hue angle of 41.63º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DACBA9 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218203169-
CMYK00.070.220.15
HSL41.63º39.84%75.88%-
HSV(B)41.63º22.48%85.49%-
XYZ57.4360.4846.18-
YUV203.61108.47138.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 203 (79.69% from 255) = 34.41%
BLUE value IS 169 (66.41% from 255) = 28.64%
R=36.95%
G=34.41%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820316900.070.220.1541.6339.8475.88
HexDACBA90716F2a284c
Octal3323132510726175250114
Binary11011010110010111010100101111011011111010101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACBA9; }

 p { color: rgb(218,203,169); }

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

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

 a { background-color: rgb(218,203,169); }

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

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

 span { border-color: rgb(218,203,169); }

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