#D4C9AF

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

Shades of Aths Special #D4C9AF

Tints of Aths Special #D4C9AF

Color information

#D4C9AF (or 0xD4C9AF) is unknown color: approx Aths Special. HEX triplet: D4, C9 and AF. RGB value is (212,201,175). Sum of RGB (Red+Green+Blue) = 212+201+175=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C9AF is #2B3650. Grayscale: #C9C9C9. Windows color (decimal): -2831953 or 11520468. OLE color: 11520468.

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

Color convert

RGB212201175-
CMYK00.050.170.17
HSL42.16º30.08%75.88%-
HSV(B)42.16º17.45%83.14%-
XYZ55.7858.8748.98-
YUV201.32113.14135.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 201 (78.91% from 255) = 34.18%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=36.05%
G=34.18%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220117500.050.170.1742.1630.0875.88
HexD4C9AF0511112a1e4c
Octal3243112570521215236114
Binary11010100110010011010111101011000110001101010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C9AF; }

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

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

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

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

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

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

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

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