#D1A962

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

Shades of Apache #D1A962

Tints of Apache #D1A962

Color information

#D1A962 (or 0xD1A962) is unknown color: approx Apache. HEX triplet: D1, A9 and 62. RGB value is (209,169,98). Sum of RGB (Red+Green+Blue) = 209+169+98=476 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.91% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A962 is #2E569D. Grayscale: #ADADAD. Windows color (decimal): -3036830 or 6466001. OLE color: 6466001.

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

Color convert

RGB20916998-
CMYK00.190.530.18
HSL38.38º54.68%60.2%-
HSV(B)38.38º53.11%81.96%-
XYZ42.6942.8117.57-
YUV172.8785.75153.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.91%
GREEN value IS 169 (66.41% from 255) = 35.50%
BLUE value IS 98 (38.67% from 255) = 20.59%
R=43.91%
G=35.50%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091699800.190.530.1838.3854.6860.2
HexD1A962013351226373c
Octal3212511420236522466774
Binary1101000110101001110001001001111010110010100110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A962; }

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

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

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

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

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

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

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

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