#D4A35B

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

Shades of Apache #D4A35B

Tints of Apache #D4A35B

Color information

#D4A35B (or 0xD4A35B) is unknown color: approx Apache. HEX triplet: D4, A3 and 5B. RGB value is (212,163,91). Sum of RGB (Red+Green+Blue) = 212+163+91=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A35B is #2B5CA4. Grayscale: #A9A9A9. Windows color (decimal): -2841765 or 6005716. OLE color: 6005716.

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

Color convert

RGB21216391-
CMYK00.230.570.17
HSL35.7º58.45%59.41%-
HSV(B)35.7º57.08%83.14%-
XYZ42.1440.9515.58-
YUV169.4483.73158.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.49%
GREEN value IS 163 (64.06% from 255) = 34.98%
BLUE value IS 91 (35.94% from 255) = 19.53%
R=45.49%
G=34.98%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121639100.230.570.1735.758.4559.41
HexD4A35B0173911243a3b
Octal3242431330277121447273
Binary1101010010100011101101101011111100110001100100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A35B; }

 p { color: rgb(212,163,91); }

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

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

 a { background-color: rgb(212,163,91); }

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

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

 span { border-color: rgb(212,163,91); }

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