#D6A663

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

Shades of Apache #D6A663

Tints of Apache #D6A663

Color information

#D6A663 (or 0xD6A663) is unknown color: approx Apache. HEX triplet: D6, A6 and 63. RGB value is (214,166,99). Sum of RGB (Red+Green+Blue) = 214+166+99=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A663 is #29599C. Grayscale: #ADADAD. Windows color (decimal): -2709917 or 6530774. OLE color: 6530774.

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

Color convert

RGB21416699-
CMYK00.220.540.16
HSL34.96º58.38%61.37%-
HSV(B)34.96º53.74%83.92%-
XYZ43.6242.4717.7-
YUV172.7186.4157.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.68%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 99 (39.06% from 255) = 20.67%
R=44.68%
G=34.66%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141669900.220.540.1634.9658.3861.37
HexD6A6630163610233a3d
Octal3262461430266620437275
Binary1101011010100110110001101011011011010000100011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A663; }

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

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

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

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

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

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

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

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