#D5A769

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

Shades of Apache #D5A769

Tints of Apache #D5A769

Color information

#D5A769 (or 0xD5A769) is unknown color: approx Apache. HEX triplet: D5, A7 and 69. RGB value is (213,167,105). Sum of RGB (Red+Green+Blue) = 213+167+105=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A769 is #2A5896. Grayscale: #ADADAD. Windows color (decimal): -2775191 or 6924245. OLE color: 6924245.

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

Color convert

RGB213167105-
CMYK00.220.510.16
HSL34.44º56.25%62.35%-
HSV(B)34.44º50.7%83.53%-
XYZ43.8142.819.32-
YUV173.6989.24156.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.92%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 105 (41.41% from 255) = 21.65%
R=43.92%
G=34.43%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316710500.220.510.1634.4456.2562.35
HexD5A769016331022383e
Octal3252471510266320427076
Binary1101010110100111110100101011011001110000100010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A769; }

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

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

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

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

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

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

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

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