#D5A962

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

Shades of Apache #D5A962

Tints of Apache #D5A962

Color information

#D5A962 (or 0xD5A962) is unknown color: approx Apache. HEX triplet: D5, A9 and 62. RGB value is (213,169,98). Sum of RGB (Red+Green+Blue) = 213+169+98=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A962 is #2A569D. Grayscale: #AEAEAE. Windows color (decimal): -2774686 or 6466005. OLE color: 6466005.

HSL color Cylindrical-coordinate representation of color #D5A962: hue angle of 37.04º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5A962 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21316998-
CMYK00.210.540.16
HSL37.04º57.79%60.98%-
HSV(B)37.04º53.99%83.53%-
XYZ43.8343.417.62-
YUV174.0685.08155.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 169 (66.41% from 255) = 35.21%
BLUE value IS 98 (38.67% from 255) = 20.42%
R=44.38%
G=35.21%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131699800.210.540.1637.0457.7960.98
HexD5A9620153610253a3d
Octal3252511420256620457275
Binary1101010110101001110001001010111011010000100101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A962; }

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

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

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

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

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

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

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

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