#D5A966

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

Shades of Apache #D5A966

Tints of Apache #D5A966

Color information

#D5A966 (or 0xD5A966) is unknown color: approx Apache. HEX triplet: D5, A9 and 66. RGB value is (213,169,102). Sum of RGB (Red+Green+Blue) = 213+169+102=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A966 is #2A5699. Grayscale: #AEAEAE. Windows color (decimal): -2774682 or 6728149. OLE color: 6728149.

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

Color convert

RGB213169102-
CMYK00.210.520.16
HSL36.22º56.92%61.76%-
HSV(B)36.22º52.11%83.53%-
XYZ44.0343.4818.64-
YUV174.5287.08155.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.01%
GREEN value IS 169 (66.41% from 255) = 34.92%
BLUE value IS 102 (40.23% from 255) = 21.07%
R=44.01%
G=34.92%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316910200.210.520.1636.2256.9261.76
HexD5A966015341024393e
Octal3252511460256420447176
Binary1101010110101001110011001010111010010000100100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A966; }

 p { color: rgb(213,169,102); }

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

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

 a { background-color: rgb(213,169,102); }

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

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

 span { border-color: rgb(213,169,102); }

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