#D6A365

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

Shades of Apache #D6A365

Tints of Apache #D6A365

Color information

#D6A365 (or 0xD6A365) is unknown color: approx Apache. HEX triplet: D6, A3 and 65. RGB value is (214,163,101). Sum of RGB (Red+Green+Blue) = 214+163+101=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A365 is #295C9A. Grayscale: #ABABAB. Windows color (decimal): -2710683 or 6661078. OLE color: 6661078.

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

Color convert

RGB214163101-
CMYK00.240.530.16
HSL32.92º57.95%61.76%-
HSV(B)32.92º52.8%83.92%-
XYZ43.1841.4318.03-
YUV171.1888.4158.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 101 (39.84% from 255) = 21.13%
R=44.77%
G=34.10%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416310100.240.530.1632.9257.9561.76
HexD6A3650183510213a3e
Octal3262431450306520417276
Binary1101011010100011110010101100011010110000100001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A365; }

 p { color: rgb(214,163,101); }

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

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

 a { background-color: rgb(214,163,101); }

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

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

 span { border-color: rgb(214,163,101); }

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