#D4A650

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

Shades of Apache #D4A650

Tints of Apache #D4A650

Color information

#D4A650 (or 0xD4A650) is unknown color: approx Apache. HEX triplet: D4, A6 and 50. RGB value is (212,166,80). Sum of RGB (Red+Green+Blue) = 212+166+80=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A650 is #2B59AF. Grayscale: #AAAAAA. Windows color (decimal): -2841008 or 5285588. OLE color: 5285588.

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

Color convert

RGB21216680-
CMYK00.220.620.17
HSL39.09º60.55%57.25%-
HSV(B)39.09º62.26%83.14%-
XYZ42.2441.8513.44-
YUV169.9577.24157.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.29%
GREEN value IS 166 (65.23% from 255) = 36.24%
BLUE value IS 80 (31.64% from 255) = 17.47%
R=46.29%
G=36.24%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121668000.220.620.1739.0960.5557.25
HexD4A6500163E11273d39
Octal3242461200267621477571
Binary1101010010100110101000001011011111010001100111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A650; }

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

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

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

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

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

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

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

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