#D4A451

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

Shades of Apache #D4A451

Tints of Apache #D4A451

Color information

#D4A451 (or 0xD4A451) is unknown color: approx Apache. HEX triplet: D4, A4 and 51. RGB value is (212,164,81). Sum of RGB (Red+Green+Blue) = 212+164+81=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 81 (32.03% from 255 or 17.72% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A451 is #2B5BAE. Grayscale: #A9A9A9. Windows color (decimal): -2841519 or 5350612. OLE color: 5350612.

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

Color convert

RGB21216481-
CMYK00.230.620.17
HSL38.02º60.37%57.45%-
HSV(B)38.02º61.79%83.14%-
XYZ41.9141.1413.52-
YUV168.8978.4158.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.39%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 81 (32.03% from 255) = 17.72%
R=46.39%
G=35.89%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121648100.230.620.1738.0260.3757.45
HexD4A4510173E11263c39
Octal3242441210277621467471
Binary1101010010100100101000101011111111010001100110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A451; }

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

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

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

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

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

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

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

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