#D4A668

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

Shades of Apache #D4A668

Tints of Apache #D4A668

Color information

#D4A668 (or 0xD4A668) is unknown color: approx Apache. HEX triplet: D4, A6 and 68. RGB value is (212,166,104). Sum of RGB (Red+Green+Blue) = 212+166+104=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A668 is #2B5997. Grayscale: #ACACAC. Windows color (decimal): -2840984 or 6858452. OLE color: 6858452.

HSL color Cylindrical-coordinate representation of color #D4A668: hue angle of 34.44º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4A668 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB212166104-
CMYK00.220.510.17
HSL34.44º55.67%61.96%-
HSV(B)34.44º50.94%83.14%-
XYZ43.2942.2718.97-
YUV172.6989.24156.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.98%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 104 (41.02% from 255) = 21.58%
R=43.98%
G=34.44%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216610400.220.510.1734.4455.6761.96
HexD4A668016331122383e
Octal3242461500266321427076
Binary1101010010100110110100001011011001110001100010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A668; }

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

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

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

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

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

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

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

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