#D6A861

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

Shades of Apache #D6A861

Tints of Apache #D6A861

Color information

#D6A861 (or 0xD6A861) is unknown color: approx Apache. HEX triplet: D6, A8 and 61. RGB value is (214,168,97). Sum of RGB (Red+Green+Blue) = 214+168+97=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A861 is #29579E. Grayscale: #ADADAD. Windows color (decimal): -2709407 or 6400214. OLE color: 6400214.

HSL color Cylindrical-coordinate representation of color #D6A861: hue angle of 36.41º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6A861 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21416897-
CMYK00.210.550.16
HSL36.41º58.79%60.98%-
HSV(B)36.41º54.67%83.92%-
XYZ43.8943.1617.33-
YUV173.6684.74156.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.68%
GREEN value IS 168 (66.02% from 255) = 35.07%
BLUE value IS 97 (38.28% from 255) = 20.25%
R=44.68%
G=35.07%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141689700.210.550.1636.4158.7960.98
HexD6A8610153710243b3d
Octal3262501410256720447375
Binary1101011010101000110000101010111011110000100100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A861; }

 p { color: rgb(214,168,97); }

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

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

 a { background-color: rgb(214,168,97); }

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

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

 span { border-color: rgb(214,168,97); }

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