#D5A366

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

Shades of Apache #D5A366

Tints of Apache #D5A366

Color information

#D5A366 (or 0xD5A366) is unknown color: approx Apache. HEX triplet: D5, A3 and 66. RGB value is (213,163,102). Sum of RGB (Red+Green+Blue) = 213+163+102=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A366 is #2A5C99. Grayscale: #ABABAB. Windows color (decimal): -2776218 or 6726613. OLE color: 6726613.

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

Color convert

RGB213163102-
CMYK00.230.520.16
HSL32.97º56.92%61.76%-
HSV(B)32.97º52.11%83.53%-
XYZ42.9441.318.28-
YUV17189.06157.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.56%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 102 (40.23% from 255) = 21.34%
R=44.56%
G=34.10%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316310200.230.520.1632.9756.9261.76
HexD5A366017341021393e
Octal3252431460276420417176
Binary1101010110100011110011001011111010010000100001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A366; }

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

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

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

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

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

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

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

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