#D2C6AF

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

Shades of Aths Special #D2C6AF

Tints of Aths Special #D2C6AF

Color information

#D2C6AF (or 0xD2C6AF) is unknown color: approx Aths Special. HEX triplet: D2, C6 and AF. RGB value is (210,198,175). Sum of RGB (Red+Green+Blue) = 210+198+175=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C6AF is #2D3950. Grayscale: #C7C7C7. Windows color (decimal): -2963793 or 11519698. OLE color: 11519698.

HSL color Cylindrical-coordinate representation of color #D2C6AF: hue angle of 39.43º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2C6AF is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB210198175-
CMYK00.060.170.18
HSL39.43º28%75.49%-
HSV(B)39.43º16.67%82.35%-
XYZ54.5157.1848.72-
YUV198.97114.48135.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 198 (77.73% from 255) = 33.96%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=36.02%
G=33.96%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019817500.060.170.1839.432875.49
HexD2C6AF061112271c4b
Octal3223062570621224734113
Binary11010010110001101010111101101000110010100111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C6AF; }

 p { color: rgb(210,198,175); }

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

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

 a { background-color: rgb(210,198,175); }

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

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

 span { border-color: rgb(210,198,175); }

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