#D4A05B

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

Shades of Apache #D4A05B

Tints of Apache #D4A05B

Color information

#D4A05B (or 0xD4A05B) is unknown color: approx Apache. HEX triplet: D4, A0 and 5B. RGB value is (212,160,91). Sum of RGB (Red+Green+Blue) = 212+160+91=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A05B is #2B5FA4. Grayscale: #A8A8A8. Windows color (decimal): -2842533 or 6004948. OLE color: 6004948.

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

Color convert

RGB21216091-
CMYK00.250.570.17
HSL34.21º58.45%59.41%-
HSV(B)34.21º57.08%83.14%-
XYZ41.6139.8915.4-
YUV167.6884.73159.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.79%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 91 (35.94% from 255) = 19.65%
R=45.79%
G=34.56%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121609100.250.570.1734.2158.4559.41
HexD4A05B0193911223a3b
Octal3242401330317121427273
Binary1101010010100000101101101100111100110001100010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A05B; }

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

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

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

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

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

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

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

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