#D4C6AE

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

Shades of Aths Special #D4C6AE

Tints of Aths Special #D4C6AE

Color information

#D4C6AE (or 0xD4C6AE) is unknown color: approx Aths Special. HEX triplet: D4, C6 and AE. RGB value is (212,198,174). Sum of RGB (Red+Green+Blue) = 212+198+174=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C6AE is #2B3951. Grayscale: #C7C7C7. Windows color (decimal): -2832722 or 11454164. OLE color: 11454164.

HSL color Cylindrical-coordinate representation of color #D4C6AE: hue angle of 37.89º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4C6AE is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212198174-
CMYK00.070.180.17
HSL37.89º30.65%75.69%-
HSV(B)37.89º17.92%83.14%-
XYZ54.9957.4448.23-
YUV199.45113.64136.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.30%
GREEN value IS 198 (77.73% from 255) = 33.90%
BLUE value IS 174 (68.36% from 255) = 29.79%
R=36.30%
G=33.90%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219817400.070.180.1737.8930.6575.69
HexD4C6AE071211261f4c
Octal3243062560722214637114
Binary11010100110001101010111001111001010001100110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C6AE; }

 p { color: rgb(212,198,174); }

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

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

 a { background-color: rgb(212,198,174); }

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

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

 span { border-color: rgb(212,198,174); }

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