#D4A05F

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

Shades of Apache #D4A05F

Tints of Apache #D4A05F

Color information

#D4A05F (or 0xD4A05F) is unknown color: approx Apache. HEX triplet: D4, A0 and 5F. RGB value is (212,160,95). Sum of RGB (Red+Green+Blue) = 212+160+95=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A05F is #2B5FA0. Grayscale: #A8A8A8. Windows color (decimal): -2842529 or 6267092. OLE color: 6267092.

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

Color convert

RGB21216095-
CMYK00.250.550.17
HSL33.33º57.64%60.2%-
HSV(B)33.33º55.19%83.14%-
XYZ41.7939.9616.34-
YUV168.1486.73159.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 160 (62.89% from 255) = 34.26%
BLUE value IS 95 (37.5% from 255) = 20.34%
R=45.40%
G=34.26%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121609500.250.550.1733.3357.6460.2
HexD4A05F0193711213a3c
Octal3242401370316721417274
Binary1101010010100000101111101100111011110001100001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A05F; }

 p { color: rgb(212,160,95); }

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

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

 a { background-color: rgb(212,160,95); }

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

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

 span { border-color: rgb(212,160,95); }

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