#D6A263

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

Shades of Apache #D6A263

Tints of Apache #D6A263

Color information

#D6A263 (or 0xD6A263) is unknown color: approx Apache. HEX triplet: D6, A2 and 63. RGB value is (214,162,99). Sum of RGB (Red+Green+Blue) = 214+162+99=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A263 is #295D9C. Grayscale: #AAAAAA. Windows color (decimal): -2710941 or 6529750. OLE color: 6529750.

HSL color Cylindrical-coordinate representation of color #D6A263: hue angle of 32.87º 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 #D6A263 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB21416299-
CMYK00.240.540.16
HSL32.87º58.38%61.37%-
HSV(B)32.87º53.74%83.92%-
XYZ42.941.0417.46-
YUV170.3787.73159.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.05%
GREEN value IS 162 (63.67% from 255) = 34.11%
BLUE value IS 99 (39.06% from 255) = 20.84%
R=45.05%
G=34.11%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141629900.240.540.1632.8758.3861.37
HexD6A2630183610213a3d
Octal3262421430306620417275
Binary1101011010100010110001101100011011010000100001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A263; }

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

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

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

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

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

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

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

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