#D4C7AF

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

Shades of Aths Special #D4C7AF

Tints of Aths Special #D4C7AF

Color information

#D4C7AF (or 0xD4C7AF) is unknown color: approx Aths Special. HEX triplet: D4, C7 and AF. RGB value is (212,199,175). Sum of RGB (Red+Green+Blue) = 212+199+175=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 199 (78.12% from 255 or 33.96% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C7AF is #2B3850. Grayscale: #C8C8C8. Windows color (decimal): -2832465 or 11519956. OLE color: 11519956.

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

Color convert

RGB212199175-
CMYK00.060.170.17
HSL38.92º30.08%75.88%-
HSV(B)38.92º17.45%83.14%-
XYZ55.3157.9448.83-
YUV200.15113.81136.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.18%
GREEN value IS 199 (78.12% from 255) = 33.96%
BLUE value IS 175 (68.75% from 255) = 29.86%
R=36.18%
G=33.96%
B=29.86%

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
Decimal21219917500.060.170.1738.9230.0875.88
HexD4C7AF061111271e4c
Octal3243072570621214736114
Binary11010100110001111010111101101000110001100111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C7AF; }

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

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

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

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

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

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

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

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