#D4C8AE

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

Shades of Aths Special #D4C8AE

Tints of Aths Special #D4C8AE

Color information

#D4C8AE (or 0xD4C8AE) is unknown color: approx Aths Special. HEX triplet: D4, C8 and AE. RGB value is (212,200,174). Sum of RGB (Red+Green+Blue) = 212+200+174=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C8AE is #2B3751. Grayscale: #C8C8C8. Windows color (decimal): -2832210 or 11454676. OLE color: 11454676.

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

Color convert

RGB212200174-
CMYK00.060.180.17
HSL41.05º30.65%75.69%-
HSV(B)41.05º17.92%83.14%-
XYZ55.4558.3648.39-
YUV200.62112.98136.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.18%
GREEN value IS 200 (78.52% from 255) = 34.13%
BLUE value IS 174 (68.36% from 255) = 29.69%
R=36.18%
G=34.13%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220017400.060.180.1741.0530.6575.69
HexD4C8AE061211291f4c
Octal3243102560622215137114
Binary11010100110010001010111001101001010001101001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C8AE; }

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

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

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

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

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

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

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

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