#D4A863

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

Shades of Apache #D4A863

Tints of Apache #D4A863

Color information

#D4A863 (or 0xD4A863) is unknown color: approx Apache. HEX triplet: D4, A8 and 63. RGB value is (212,168,99). Sum of RGB (Red+Green+Blue) = 212+168+99=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A863 is #2B579C. Grayscale: #ADADAD. Windows color (decimal): -2840477 or 6531284. OLE color: 6531284.

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

Color convert

RGB21216899-
CMYK00.210.530.17
HSL36.64º56.78%60.98%-
HSV(B)36.64º53.3%83.14%-
XYZ43.4142.917.8-
YUV173.2986.08155.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.26%
GREEN value IS 168 (66.02% from 255) = 35.07%
BLUE value IS 99 (39.06% from 255) = 20.67%
R=44.26%
G=35.07%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121689900.210.530.1736.6456.7860.98
HexD4A863015351125393d
Octal3242501430256521457175
Binary1101010010101000110001101010111010110001100101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A863; }

 p { color: rgb(212,168,99); }

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

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

 a { background-color: rgb(212,168,99); }

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

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

 span { border-color: rgb(212,168,99); }

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