#D2A562

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

Shades of Apache #D2A562

Tints of Apache #D2A562

Color information

#D2A562 (or 0xD2A562) is unknown color: approx Apache. HEX triplet: D2, A5 and 62. RGB value is (210,165,98). Sum of RGB (Red+Green+Blue) = 210+165+98=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A562 is #2D5A9D. Grayscale: #ABABAB. Windows color (decimal): -2972318 or 6464978. OLE color: 6464978.

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

Color convert

RGB21016598-
CMYK00.210.530.18
HSL35.89º55.45%60.39%-
HSV(B)35.89º53.33%82.35%-
XYZ42.2441.4917.34-
YUV170.8286.91155.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 98 (38.67% from 255) = 20.72%
R=44.40%
G=34.88%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101659800.210.530.1835.8955.4560.39
HexD2A562015351224373c
Octal3222451420256522446774
Binary1101001010100101110001001010111010110010100100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A562; }

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

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

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

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

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

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

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

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