#d16f3a

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

Shades of Tango #D16F3A

Tints of Tango #D16F3A

Color information

#D16F3A (or 0xD16F3A) is unknown color: approx Tango. HEX triplet: D1, 6F and 3A. RGB value is (209,111,58). Sum of RGB (Red+Green+Blue) = 209+111+58=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F3A is #2E90C5. Grayscale: #868686. Windows color (decimal): -3051718 or 3829713. OLE color: 3829713.

HSL color Cylindrical-coordinate representation of color #D16F3A: hue angle of 21.06º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D16F3A is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB20911158-
CMYK00.470.720.18
HSL21.06º62.14%52.35%-
HSV(B)21.06º72.25%81.96%-
XYZ32.7425.237.15-
YUV134.2684.97181.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.29%
GREEN value IS 111 (43.75% from 255) = 29.37%
BLUE value IS 58 (23.05% from 255) = 15.34%
R=55.29%
G=29.37%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091115800.470.720.1821.0662.1452.35
HexD16F3A02F4812153e34
Octal3211577205711022257664
Binary110100011101111111010010111110010001001010101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d16f3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d16f3a; }

 p { color: rgb(209,111,58); }

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

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

 a { background-color: rgb(209,111,58); }

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

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

 span { border-color: rgb(209,111,58); }

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