#D3A665

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

Shades of Apache #D3A665

Tints of Apache #D3A665

Color information

#D3A665 (or 0xD3A665) is unknown color: approx Apache. HEX triplet: D3, A6 and 65. RGB value is (211,166,101). Sum of RGB (Red+Green+Blue) = 211+166+101=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A665 is #2C599A. Grayscale: #ACACAC. Windows color (decimal): -2906523 or 6661843. OLE color: 6661843.

HSL color Cylindrical-coordinate representation of color #D3A665: hue angle of 35.45º 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 #D3A665 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB211166101-
CMYK00.210.520.17
HSL35.45º55.56%61.18%-
HSV(B)35.45º52.13%82.75%-
XYZ42.8542.0618.17-
YUV172.0487.91155.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.14%
GREEN value IS 166 (65.23% from 255) = 34.73%
BLUE value IS 101 (39.84% from 255) = 21.13%
R=44.14%
G=34.73%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116610100.210.520.1735.4555.5661.18
HexD3A665015341123383d
Octal3232461450256421437075
Binary1101001110100110110010101010111010010001100011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A665; }

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

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

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

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

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

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

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

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