#D6A866

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

Shades of Apache #D6A866

Tints of Apache #D6A866

Color information

#D6A866 (or 0xD6A866) is unknown color: approx Apache. HEX triplet: D6, A8 and 66. RGB value is (214,168,102). Sum of RGB (Red+Green+Blue) = 214+168+102=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A866 is #295799. Grayscale: #AEAEAE. Windows color (decimal): -2709402 or 6727894. OLE color: 6727894.

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

Color convert

RGB214168102-
CMYK00.210.520.16
HSL35.36º57.73%61.96%-
HSV(B)35.36º52.34%83.92%-
XYZ44.1343.2618.59-
YUV174.2387.24156.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 168 (66.02% from 255) = 34.71%
BLUE value IS 102 (40.23% from 255) = 21.07%
R=44.21%
G=34.71%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416810200.210.520.1635.3657.7361.96
HexD6A8660153410233a3e
Octal3262501460256420437276
Binary1101011010101000110011001010111010010000100011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A866; }

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

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

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

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

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

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

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

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