#D7CAAA

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

Shades of Aths Special #D7CAAA

Tints of Aths Special #D7CAAA

Color information

#D7CAAA (or 0xD7CAAA) is unknown color: approx Aths Special. HEX triplet: D7, CA and AA. RGB value is (215,202,170). Sum of RGB (Red+Green+Blue) = 215+202+170=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CAAA is #283555. Grayscale: #CACACA. Windows color (decimal): -2635094 or 11193047. OLE color: 11193047.

HSL color Cylindrical-coordinate representation of color #D7CAAA: hue angle of 42.67º 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 #D7CAAA is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB215202170-
CMYK00.060.210.16
HSL42.67º36%75.49%-
HSV(B)42.67º20.93%84.31%-
XYZ56.459.5946.56-
YUV202.24109.81137.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 170 (66.80% from 255) = 28.96%
R=36.63%
G=34.41%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520217000.060.210.1642.673675.49
HexD7CAAA0615102b244b
Octal3273122520625205344113
Binary110101111100101010101010011010101100001010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CAAA; }

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

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

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

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

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

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

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

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