#D3A65D

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

Shades of Apache #D3A65D

Tints of Apache #D3A65D

Color information

#D3A65D (or 0xD3A65D) is unknown color: approx Apache. HEX triplet: D3, A6 and 5D. RGB value is (211,166,93). Sum of RGB (Red+Green+Blue) = 211+166+93=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A65D is #2C59A2. Grayscale: #ABABAB. Windows color (decimal): -2906531 or 6137555. OLE color: 6137555.

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

Color convert

RGB21116693-
CMYK00.210.560.17
HSL37.12º57.28%59.61%-
HSV(B)37.12º55.92%82.75%-
XYZ42.4841.9116.21-
YUV171.1383.91156.44-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.89%
GREEN value IS 166 (65.23% from 255) = 35.32%
BLUE value IS 93 (36.72% from 255) = 19.79%
R=44.89%
G=35.32%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111669300.210.560.1737.1257.2859.61
HexD3A65D015381125393c
Octal3232461350257021457174
Binary1101001110100110101110101010111100010001100101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A65D; }

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

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

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

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

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

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

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

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