#D3A451

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

Shades of Apache #D3A451

Tints of Apache #D3A451

Color information

#D3A451 (or 0xD3A451) is unknown color: approx Apache. HEX triplet: D3, A4 and 51. RGB value is (211,164,81). Sum of RGB (Red+Green+Blue) = 211+164+81=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 81 (32.03% from 255 or 17.76% from 456); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A451 is #2C5BAE. Grayscale: #A8A8A8. Windows color (decimal): -2907055 or 5350611. OLE color: 5350611.

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

Color convert

RGB21116481-
CMYK00.220.620.17
HSL38.31º59.63%57.25%-
HSV(B)38.31º61.61%82.75%-
XYZ41.6240.9913.5-
YUV168.5978.57158.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.27%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 81 (32.03% from 255) = 17.76%
R=46.27%
G=35.96%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111648100.220.620.1738.3159.6357.25
HexD3A4510163E11263c39
Octal3232441210267621467471
Binary1101001110100100101000101011011111010001100110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A451; }

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

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

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

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

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

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

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

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