#D4A553

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

Shades of Apache #D4A553

Tints of Apache #D4A553

Color information

#D4A553 (or 0xD4A553) is unknown color: approx Apache. HEX triplet: D4, A5 and 53. RGB value is (212,165,83). Sum of RGB (Red+Green+Blue) = 212+165+83=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A553 is #2B5AAC. Grayscale: #AAAAAA. Windows color (decimal): -2841261 or 5481940. OLE color: 5481940.

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

Color convert

RGB21216583-
CMYK00.220.610.17
HSL38.14º60%57.84%-
HSV(B)38.14º60.85%83.14%-
XYZ42.1741.5313.98-
YUV169.779.07158.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.09%
GREEN value IS 165 (64.84% from 255) = 35.87%
BLUE value IS 83 (32.81% from 255) = 18.04%
R=46.09%
G=35.87%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121658300.220.610.1738.146057.84
HexD4A5530163D11263c3a
Octal3242451230267521467472
Binary1101010010100101101001101011011110110001100110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A553; }

 p { color: rgb(212,165,83); }

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

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

 a { background-color: rgb(212,165,83); }

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

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

 span { border-color: rgb(212,165,83); }

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