#D6A655

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

Shades of Apache #D6A655

Tints of Apache #D6A655

Color information

#D6A655 (or 0xD6A655) is unknown color: approx Apache. HEX triplet: D6, A6 and 55. RGB value is (214,166,85). Sum of RGB (Red+Green+Blue) = 214+166+85=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A655 is #2959AA. Grayscale: #ABABAB. Windows color (decimal): -2709931 or 5613270. OLE color: 5613270.

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

Color convert

RGB21416685-
CMYK00.220.600.16
HSL37.67º61.14%58.63%-
HSV(B)37.67º60.28%83.92%-
XYZ43.0142.2214.48-
YUV171.1279.4158.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.02%
GREEN value IS 166 (65.23% from 255) = 35.70%
BLUE value IS 85 (33.59% from 255) = 18.28%
R=46.02%
G=35.70%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141668500.220.600.1637.6761.1458.63
HexD6A6550163C10263d3b
Octal3262461250267420467573
Binary1101011010100110101010101011011110010000100110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A655; }

 p { color: rgb(214,166,85); }

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

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

 a { background-color: rgb(214,166,85); }

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

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

 span { border-color: rgb(214,166,85); }

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