#D4A150

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

Shades of Apache #D4A150

Tints of Apache #D4A150

Color information

#D4A150 (or 0xD4A150) is unknown color: approx Apache. HEX triplet: D4, A1 and 50. RGB value is (212,161,80). Sum of RGB (Red+Green+Blue) = 212+161+80=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A150 is #2B5EAF. Grayscale: #A7A7A7. Windows color (decimal): -2842288 or 5284308. OLE color: 5284308.

HSL color Cylindrical-coordinate representation of color #D4A150: hue angle of 36.82º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4A150 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB21216180-
CMYK00.240.620.17
HSL36.82º60.55%57.25%-
HSV(B)36.82º62.26%83.14%-
XYZ41.3440.0713.14-
YUV167.0278.9160.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.80%
GREEN value IS 161 (63.28% from 255) = 35.54%
BLUE value IS 80 (31.64% from 255) = 17.66%
R=46.80%
G=35.54%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121618000.240.620.1736.8260.5557.25
HexD4A1500183E11253d39
Octal3242411200307621457571
Binary1101010010100001101000001100011111010001100101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A150; }

 p { color: rgb(212,161,80); }

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

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

 a { background-color: rgb(212,161,80); }

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

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

 span { border-color: rgb(212,161,80); }

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