#D6A264

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

Shades of Apache #D6A264

Tints of Apache #D6A264

Color information

#D6A264 (or 0xD6A264) is unknown color: approx Apache. HEX triplet: D6, A2 and 64. RGB value is (214,162,100). Sum of RGB (Red+Green+Blue) = 214+162+100=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A264 is #295D9B. Grayscale: #AAAAAA. Windows color (decimal): -2710940 or 6595286. OLE color: 6595286.

HSL color Cylindrical-coordinate representation of color #D6A264: hue angle of 32.63º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6A264 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB214162100-
CMYK00.240.530.16
HSL32.63º58.16%61.57%-
HSV(B)32.63º53.27%83.92%-
XYZ42.9541.0617.72-
YUV170.4888.23159.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.96%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 100 (39.45% from 255) = 21.01%
R=44.96%
G=34.03%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416210000.240.530.1632.6358.1661.57
HexD6A2640183510213a3e
Octal3262421440306520417276
Binary1101011010100010110010001100011010110000100001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A264; }

 p { color: rgb(214,162,100); }

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

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

 a { background-color: rgb(214,162,100); }

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

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

 span { border-color: rgb(214,162,100); }

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