#D4A15A

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

Shades of Apache #D4A15A

Tints of Apache #D4A15A

Color information

#D4A15A (or 0xD4A15A) is unknown color: approx Apache. HEX triplet: D4, A1 and 5A. RGB value is (212,161,90). Sum of RGB (Red+Green+Blue) = 212+161+90=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A15A is #2B5EA5. Grayscale: #A8A8A8. Windows color (decimal): -2842278 or 5939668. OLE color: 5939668.

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

Color convert

RGB21216190-
CMYK00.240.580.17
HSL34.92º58.65%59.22%-
HSV(B)34.92º57.55%83.14%-
XYZ41.7440.2215.24-
YUV168.1583.9159.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.79%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 90 (35.55% from 255) = 19.44%
R=45.79%
G=34.77%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121619000.240.580.1734.9258.6559.22
HexD4A15A0183A11233b3b
Octal3242411320307221437373
Binary1101010010100001101101001100011101010001100011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A15A; }

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

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

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

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

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

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

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

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