#D7CCAA

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

Shades of Aths Special #D7CCAA

Tints of Aths Special #D7CCAA

Color information

#D7CCAA (or 0xD7CCAA) is unknown color: approx Aths Special. HEX triplet: D7, CC and AA. RGB value is (215,204,170). Sum of RGB (Red+Green+Blue) = 215+204+170=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CCAA is #283355. Grayscale: #CBCBCB. Windows color (decimal): -2634582 or 11193559. OLE color: 11193559.

HSL color Cylindrical-coordinate representation of color #D7CCAA: hue angle of 45.33º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7CCAA is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB215204170-
CMYK00.050.210.16
HSL45.33º36%75.49%-
HSV(B)45.33º20.93%84.31%-
XYZ56.8760.5446.72-
YUV203.41109.14136.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.50%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 170 (66.80% from 255) = 28.86%
R=36.50%
G=34.63%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520417000.050.210.1645.333675.49
HexD7CCAA0515102d244b
Octal3273142520525205544113
Binary110101111100110010101010010110101100001011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCAA; }

 p { color: rgb(215,204,170); }

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

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

 a { background-color: rgb(215,204,170); }

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

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

 span { border-color: rgb(215,204,170); }

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