#D5A762

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

Shades of Apache #D5A762

Tints of Apache #D5A762

Color information

#D5A762 (or 0xD5A762) is unknown color: approx Apache. HEX triplet: D5, A7 and 62. RGB value is (213,167,98). Sum of RGB (Red+Green+Blue) = 213+167+98=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A762 is #2A589D. Grayscale: #ADADAD. Windows color (decimal): -2775198 or 6465493. OLE color: 6465493.

HSL color Cylindrical-coordinate representation of color #D5A762: hue angle of 36º 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 #D5A762 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21316798-
CMYK00.220.540.16
HSL36º57.79%60.98%-
HSV(B)36º53.99%83.53%-
XYZ43.4642.6717.5-
YUV172.8985.74156.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.56%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 98 (38.67% from 255) = 20.50%
R=44.56%
G=34.94%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131679800.220.540.163657.7960.98
HexD5A7620163610243a3d
Octal3252471420266620447275
Binary1101010110100111110001001011011011010000100100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A762; }

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

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

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

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

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

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

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

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