#D1A953

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

Shades of Apache #D1A953

Tints of Apache #D1A953

Color information

#D1A953 (or 0xD1A953) is unknown color: approx Apache. HEX triplet: D1, A9 and 53. RGB value is (209,169,83). Sum of RGB (Red+Green+Blue) = 209+169+83=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A953 is #2E56AC. Grayscale: #ABABAB. Windows color (decimal): -3036845 or 5482961. OLE color: 5482961.

HSL color Cylindrical-coordinate representation of color #D1A953: hue angle of 40.95º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1A953 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB20916983-
CMYK00.190.600.18
HSL40.95º57.8%57.25%-
HSV(B)40.95º60.29%81.96%-
XYZ42.0442.5614.18-
YUV171.1678.25154.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.34%
GREEN value IS 169 (66.41% from 255) = 36.66%
BLUE value IS 83 (32.81% from 255) = 18.00%
R=45.34%
G=36.66%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091698300.190.600.1840.9557.857.25
HexD1A9530133C12293a39
Octal3212511230237422517271
Binary1101000110101001101001101001111110010010101001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A953; }

 p { color: rgb(209,169,83); }

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

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

 a { background-color: rgb(209,169,83); }

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

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

 span { border-color: rgb(209,169,83); }

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