#DACBAB

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

Shades of Aths Special #DACBAB

Tints of Aths Special #DACBAB

Color information

#DACBAB (or 0xDACBAB) is unknown color: approx Aths Special. HEX triplet: DA, CB and AB. RGB value is (218,203,171). Sum of RGB (Red+Green+Blue) = 218+203+171=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACBAB is #253454. Grayscale: #CBCBCB. Windows color (decimal): -2438229 or 11258842. OLE color: 11258842.

HSL color Cylindrical-coordinate representation of color #DACBAB: hue angle of 40.85º degrees, saturation: 0.39, 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 #DACBAB is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218203171-
CMYK00.070.220.15
HSL40.85º38.84%76.27%-
HSV(B)40.85º21.56%85.49%-
XYZ57.6260.5647.18-
YUV203.84109.47138.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 203 (79.69% from 255) = 34.29%
BLUE value IS 171 (67.19% from 255) = 28.89%
R=36.82%
G=34.29%
B=28.89%

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
Decimal21820317100.070.220.1540.8538.8476.27
HexDACBAB0716F29274c
Octal3323132530726175147114
Binary11011010110010111010101101111011011111010011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACBAB; }

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

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

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

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

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

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

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

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