#D4A463

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

Shades of Apache #D4A463

Tints of Apache #D4A463

Color information

#D4A463 (or 0xD4A463) is unknown color: approx Apache. HEX triplet: D4, A4 and 63. RGB value is (212,164,99). Sum of RGB (Red+Green+Blue) = 212+164+99=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A463 is #2B5B9C. Grayscale: #ABABAB. Windows color (decimal): -2841501 or 6530260. OLE color: 6530260.

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

Color convert

RGB21216499-
CMYK00.230.530.17
HSL34.51º56.78%60.98%-
HSV(B)34.51º53.3%83.14%-
XYZ42.6841.4517.56-
YUV170.9487.4157.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.63%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 99 (39.06% from 255) = 20.84%
R=44.63%
G=34.53%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121649900.230.530.1734.5156.7860.98
HexD4A463017351123393d
Octal3242441430276521437175
Binary1101010010100100110001101011111010110001100011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A463; }

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

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

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

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

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

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

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

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