#D8CAAA

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

Shades of Aths Special #D8CAAA

Tints of Aths Special #D8CAAA

Color information

#D8CAAA (or 0xD8CAAA) is unknown color: approx Aths Special. HEX triplet: D8, CA and AA. RGB value is (216,202,170). Sum of RGB (Red+Green+Blue) = 216+202+170=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CAAA is #273555. Grayscale: #CACACA. Windows color (decimal): -2569558 or 11193048. OLE color: 11193048.

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

Color convert

RGB216202170-
CMYK00.060.210.15
HSL41.74º37.1%75.69%-
HSV(B)41.74º21.3%84.71%-
XYZ56.759.7446.57-
YUV202.54109.64137.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.73%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 170 (66.80% from 255) = 28.91%
R=36.73%
G=34.35%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620217000.060.210.1541.7437.175.69
HexD8CAAA0615F2a254c
Octal3303122520625175245114
Binary11011000110010101010101001101010111111010101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CAAA; }

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

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

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

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

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

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

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

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