#D5A466

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

Shades of Apache #D5A466

Tints of Apache #D5A466

Color information

#D5A466 (or 0xD5A466) is unknown color: approx Apache. HEX triplet: D5, A4 and 66. RGB value is (213,164,102). Sum of RGB (Red+Green+Blue) = 213+164+102=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A466 is #2A5B99. Grayscale: #ABABAB. Windows color (decimal): -2775962 or 6726869. OLE color: 6726869.

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

Color convert

RGB213164102-
CMYK00.230.520.16
HSL33.51º56.92%61.76%-
HSV(B)33.51º52.11%83.53%-
XYZ43.1141.6618.34-
YUV171.5888.73157.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.47%
GREEN value IS 164 (64.45% from 255) = 34.24%
BLUE value IS 102 (40.23% from 255) = 21.29%
R=44.47%
G=34.24%
B=21.29%

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
Decimal21316410200.230.520.1633.5156.9261.76
HexD5A466017341022393e
Octal3252441460276420427176
Binary1101010110100100110011001011111010010000100010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A466; }

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

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

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

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

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

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

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

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