#D3A165

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

Shades of Apache #D3A165

Tints of Apache #D3A165

Color information

#D3A165 (or 0xD3A165) is unknown color: approx Apache. HEX triplet: D3, A1 and 65. RGB value is (211,161,101). Sum of RGB (Red+Green+Blue) = 211+161+101=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A165 is #2C5E9A. Grayscale: #A9A9A9. Windows color (decimal): -2907803 or 6660563. OLE color: 6660563.

HSL color Cylindrical-coordinate representation of color #D3A165: hue angle of 32.73º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3A165 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB211161101-
CMYK00.240.520.17
HSL32.73º55.56%61.18%-
HSV(B)32.73º52.13%82.75%-
XYZ41.9640.2817.87-
YUV169.1189.56157.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.61%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 101 (39.84% from 255) = 21.35%
R=44.61%
G=34.04%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116110100.240.520.1732.7355.5661.18
HexD3A165018341121383d
Octal3232411450306421417075
Binary1101001110100001110010101100011010010001100001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A165; }

 p { color: rgb(211,161,101); }

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

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

 a { background-color: rgb(211,161,101); }

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

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

 span { border-color: rgb(211,161,101); }

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