#D5A866

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

Shades of Apache #D5A866

Tints of Apache #D5A866

Color information

#D5A866 (or 0xD5A866) is unknown color: approx Apache. HEX triplet: D5, A8 and 66. RGB value is (213,168,102). Sum of RGB (Red+Green+Blue) = 213+168+102=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A866 is #2A5799. Grayscale: #AEAEAE. Windows color (decimal): -2774938 or 6727893. OLE color: 6727893.

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

Color convert

RGB213168102-
CMYK00.210.520.16
HSL35.68º56.92%61.76%-
HSV(B)35.68º52.11%83.53%-
XYZ43.8443.1118.58-
YUV173.9387.41155.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 168 (66.02% from 255) = 34.78%
BLUE value IS 102 (40.23% from 255) = 21.12%
R=44.10%
G=34.78%
B=21.12%

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
Decimal21316810200.210.520.1635.6856.9261.76
HexD5A866015341024393e
Octal3252501460256420447176
Binary1101010110101000110011001010111010010000100100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A866; }

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

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

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

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

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

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

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

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