#D5A668

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

Shades of Apache #D5A668

Tints of Apache #D5A668

Color information

#D5A668 (or 0xD5A668) is unknown color: approx Apache. HEX triplet: D5, A6 and 68. RGB value is (213,166,104). Sum of RGB (Red+Green+Blue) = 213+166+104=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A668 is #2A5997. Grayscale: #ADADAD. Windows color (decimal): -2775448 or 6858453. OLE color: 6858453.

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

Color convert

RGB213166104-
CMYK00.220.510.16
HSL34.13º56.48%62.16%-
HSV(B)34.13º51.17%83.53%-
XYZ43.5842.4218.99-
YUV172.9889.07156.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 104 (41.02% from 255) = 21.53%
R=44.10%
G=34.37%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316610400.220.510.1634.1356.4862.16
HexD5A668016331022383e
Octal3252461500266320427076
Binary1101010110100110110100001011011001110000100010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A668; }

 p { color: rgb(213,166,104); }

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

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

 a { background-color: rgb(213,166,104); }

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

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

 span { border-color: rgb(213,166,104); }

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