#D4C8AF

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

Shades of Aths Special #D4C8AF

Tints of Aths Special #D4C8AF

Color information

#D4C8AF (or 0xD4C8AF) is unknown color: approx Aths Special. HEX triplet: D4, C8 and AF. RGB value is (212,200,175). Sum of RGB (Red+Green+Blue) = 212+200+175=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C8AF is #2B3750. Grayscale: #C8C8C8. Windows color (decimal): -2832209 or 11520212. OLE color: 11520212.

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

Color convert

RGB212200175-
CMYK00.060.170.17
HSL40.54º30.08%75.88%-
HSV(B)40.54º17.45%83.14%-
XYZ55.5458.448.9-
YUV200.74113.48136.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 200 (78.52% from 255) = 34.07%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=36.12%
G=34.07%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220017500.060.170.1740.5430.0875.88
HexD4C8AF061111291e4c
Octal3243102570621215136114
Binary11010100110010001010111101101000110001101001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C8AF; }

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

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

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

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

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

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

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

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