#D5A369

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

Shades of Apache #D5A369

Tints of Apache #D5A369

Color information

#D5A369 (or 0xD5A369) is unknown color: approx Apache. HEX triplet: D5, A3 and 69. RGB value is (213,163,105). Sum of RGB (Red+Green+Blue) = 213+163+105=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A369 is #2A5C96. Grayscale: #ABABAB. Windows color (decimal): -2776215 or 6923221. OLE color: 6923221.

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

Color convert

RGB213163105-
CMYK00.230.510.16
HSL32.22º56.25%62.35%-
HSV(B)32.22º50.7%83.53%-
XYZ43.0941.3619.08-
YUV171.3490.56157.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 163 (64.06% from 255) = 33.89%
BLUE value IS 105 (41.41% from 255) = 21.83%
R=44.28%
G=33.89%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316310500.230.510.1632.2256.2562.35
HexD5A369017331020383e
Octal3252431510276320407076
Binary1101010110100011110100101011111001110000100000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A369; }

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

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

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

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

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

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

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

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