#D4A45A

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

Shades of Apache #D4A45A

Tints of Apache #D4A45A

Color information

#D4A45A (or 0xD4A45A) is unknown color: approx Apache. HEX triplet: D4, A4 and 5A. RGB value is (212,164,90). Sum of RGB (Red+Green+Blue) = 212+164+90=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A45A is #2B5BA5. Grayscale: #AAAAAA. Windows color (decimal): -2841510 or 5940436. OLE color: 5940436.

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

Color convert

RGB21216490-
CMYK00.230.580.17
HSL36.39º58.65%59.22%-
HSV(B)36.39º57.55%83.14%-
XYZ42.2741.2915.41-
YUV169.9282.9158.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.49%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 90 (35.55% from 255) = 19.31%
R=45.49%
G=35.19%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121649000.230.580.1736.3958.6559.22
HexD4A45A0173A11243b3b
Octal3242441320277221447373
Binary1101010010100100101101001011111101010001100100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A45A; }

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

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

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

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

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

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

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

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