#DACCAF

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

Shades of Aths Special #DACCAF

Tints of Aths Special #DACCAF

Color information

#DACCAF (or 0xDACCAF) is unknown color: approx Aths Special. HEX triplet: DA, CC and AF. RGB value is (218,204,175). Sum of RGB (Red+Green+Blue) = 218+204+175=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACCAF is #253350. Grayscale: #CDCDCD. Windows color (decimal): -2437969 or 11521242. OLE color: 11521242.

HSL color Cylindrical-coordinate representation of color #DACCAF: hue angle of 40.47º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DACCAF is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB218204175-
CMYK00.060.200.15
HSL40.47º36.75%77.06%-
HSV(B)40.47º19.72%85.49%-
XYZ58.2461.1949.3-
YUV204.88111.14137.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=36.52%
G=34.17%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820417500.060.200.1540.4736.7577.06
HexDACCAF0614F28254d
Octal3323142570624175045115
Binary11011010110011001010111101101010011111010001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCAF; }

 p { color: rgb(218,204,175); }

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

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

 a { background-color: rgb(218,204,175); }

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

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

 span { border-color: rgb(218,204,175); }

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