#D4C8AD

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

Shades of Aths Special #D4C8AD

Tints of Aths Special #D4C8AD

Color information

#D4C8AD (or 0xD4C8AD) is unknown color: approx Aths Special. HEX triplet: D4, C8 and AD. RGB value is (212,200,173). Sum of RGB (Red+Green+Blue) = 212+200+173=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C8AD is #2B3752. Grayscale: #C8C8C8. Windows color (decimal): -2832211 or 11389140. OLE color: 11389140.

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

Color convert

RGB212200173-
CMYK00.060.180.17
HSL41.54º31.2%75.49%-
HSV(B)41.54º18.4%83.14%-
XYZ55.3558.3247.88-
YUV200.51112.48136.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.24%
GREEN value IS 200 (78.52% from 255) = 34.19%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=36.24%
G=34.19%
B=29.57%

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
Decimal21220017300.060.180.1741.5431.275.49
HexD4C8AD0612112a1f4b
Octal3243102550622215237113
Binary11010100110010001010110101101001010001101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C8AD; }

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

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

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

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

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

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

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

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