#D3A85C

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

Shades of Apache #D3A85C

Tints of Apache #D3A85C

Color information

#D3A85C (or 0xD3A85C) is unknown color: approx Apache. HEX triplet: D3, A8 and 5C. RGB value is (211,168,92). Sum of RGB (Red+Green+Blue) = 211+168+92=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A85C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A85C is #2C57A3. Grayscale: #ACACAC. Windows color (decimal): -2906020 or 6072531. OLE color: 6072531.

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

Color convert

RGB21116892-
CMYK00.200.560.17
HSL38.32º57.49%59.41%-
HSV(B)38.32º56.4%82.75%-
XYZ42.842.6316.1-
YUV172.1982.75155.68-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.80%
GREEN value IS 168 (66.02% from 255) = 35.67%
BLUE value IS 92 (36.33% from 255) = 19.53%
R=44.80%
G=35.67%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111689200.200.560.1738.3257.4959.41
HexD3A85C014381126393b
Octal3232501340247021467173
Binary1101001110101000101110001010011100010001100110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A85C; }

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

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

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

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

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

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

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

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