#D3A65C

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

Shades of Apache #D3A65C

Tints of Apache #D3A65C

Color information

#D3A65C (or 0xD3A65C) is unknown color: approx Apache. HEX triplet: D3, A6 and 5C. RGB value is (211,166,92). Sum of RGB (Red+Green+Blue) = 211+166+92=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A65C is #2C59A3. Grayscale: #ABABAB. Windows color (decimal): -2906532 or 6072019. OLE color: 6072019.

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

Color convert

RGB21116692-
CMYK00.210.560.17
HSL37.31º57.49%59.41%-
HSV(B)37.31º56.4%82.75%-
XYZ42.4341.8915.98-
YUV171.0283.41156.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.99%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 92 (36.33% from 255) = 19.62%
R=44.99%
G=35.39%
B=19.62%

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
Decimal2111669200.210.560.1737.3157.4959.41
HexD3A65C015381125393b
Octal3232461340257021457173
Binary1101001110100110101110001010111100010001100101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A65C; }

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

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

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

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

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

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

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

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