#DACAB1

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

Shades of Aths Special #DACAB1

Tints of Aths Special #DACAB1

Color information

#DACAB1 (or 0xDACAB1) is unknown color: approx Aths Special. HEX triplet: DA, CA and B1. RGB value is (218,202,177). Sum of RGB (Red+Green+Blue) = 218+202+177=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACAB1 is #25354E. Grayscale: #CCCCCC. Windows color (decimal): -2438479 or 11651802. OLE color: 11651802.

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

Color convert

RGB218202177-
CMYK00.070.190.15
HSL36.59º35.65%77.45%-
HSV(B)36.59º18.81%85.49%-
XYZ57.9760.3250.18-
YUV203.93112.8138.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 177 (69.53% from 255) = 29.65%
R=36.52%
G=33.84%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820217700.070.190.1536.5935.6577.45
HexDACAB10713F25244d
Octal3323122610723174544115
Binary11011010110010101011000101111001111111001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAB1; }

 p { color: rgb(218,202,177); }

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

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

 a { background-color: rgb(218,202,177); }

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

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

 span { border-color: rgb(218,202,177); }

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