#D2A962

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

Shades of Apache #D2A962

Tints of Apache #D2A962

Color information

#D2A962 (or 0xD2A962) is unknown color: approx Apache. HEX triplet: D2, A9 and 62. RGB value is (210,169,98). Sum of RGB (Red+Green+Blue) = 210+169+98=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A962 is #2D569D. Grayscale: #ADADAD. Windows color (decimal): -2971294 or 6466002. OLE color: 6466002.

HSL color Cylindrical-coordinate representation of color #D2A962: hue angle of 38.04º 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 #D2A962 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB21016998-
CMYK00.200.530.18
HSL38.04º55.45%60.39%-
HSV(B)38.04º53.33%82.35%-
XYZ42.9742.9617.58-
YUV173.1685.58154.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.03%
GREEN value IS 169 (66.41% from 255) = 35.43%
BLUE value IS 98 (38.67% from 255) = 20.55%
R=44.03%
G=35.43%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101699800.200.530.1838.0455.4560.39
HexD2A962014351226373c
Octal3222511420246522466774
Binary1101001010101001110001001010011010110010100110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A962; }

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

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

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

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

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

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

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

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