#D4A762

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

Shades of Apache #D4A762

Tints of Apache #D4A762

Color information

#D4A762 (or 0xD4A762) is unknown color: approx Apache. HEX triplet: D4, A7 and 62. RGB value is (212,167,98). Sum of RGB (Red+Green+Blue) = 212+167+98=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A762 is #2B589D. Grayscale: #ACACAC. Windows color (decimal): -2840734 or 6465492. OLE color: 6465492.

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

Color convert

RGB21216798-
CMYK00.210.540.17
HSL36.32º57%60.78%-
HSV(B)36.32º53.77%83.14%-
XYZ43.1742.5217.49-
YUV172.5985.91156.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.44%
GREEN value IS 167 (65.62% from 255) = 35.01%
BLUE value IS 98 (38.67% from 255) = 20.55%
R=44.44%
G=35.01%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121679800.210.540.1736.325760.78
HexD4A762015361124393d
Octal3242471420256621447175
Binary1101010010100111110001001010111011010001100100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A762; }

 p { color: rgb(212,167,98); }

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

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

 a { background-color: rgb(212,167,98); }

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

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

 span { border-color: rgb(212,167,98); }

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