#D5A65A

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

Shades of Apache #D5A65A

Tints of Apache #D5A65A

Color information

#D5A65A (or 0xD5A65A) is unknown color: approx Apache. HEX triplet: D5, A6 and 5A. RGB value is (213,166,90). Sum of RGB (Red+Green+Blue) = 213+166+90=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A65A is #2A59A5. Grayscale: #ABABAB. Windows color (decimal): -2775462 or 5940949. OLE color: 5940949.

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

Color convert

RGB21316690-
CMYK00.220.580.16
HSL37.07º59.42%59.41%-
HSV(B)37.07º57.75%83.53%-
XYZ42.9242.1615.55-
YUV171.3982.07157.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.42%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 90 (35.55% from 255) = 19.19%
R=45.42%
G=35.39%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131669000.220.580.1637.0759.4259.41
HexD5A65A0163A10253b3b
Octal3252461320267220457373
Binary1101010110100110101101001011011101010000100101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A65A; }

 p { color: rgb(213,166,90); }

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

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

 a { background-color: rgb(213,166,90); }

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

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

 span { border-color: rgb(213,166,90); }

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