#D16F3B

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

Shades of Tango #D16F3B

Tints of Tango #D16F3B

Color information

#D16F3B (or 0xD16F3B) is unknown color: approx Tango. HEX triplet: D1, 6F and 3B. RGB value is (209,111,59). Sum of RGB (Red+Green+Blue) = 209+111+59=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F3B is #2E90C4. Grayscale: #868686. Windows color (decimal): -3051717 or 3895249. OLE color: 3895249.

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

Color convert

RGB20911159-
CMYK00.470.720.18
HSL20.8º61.98%52.55%-
HSV(B)20.8º71.77%81.96%-
XYZ32.7725.247.28-
YUV134.3785.47181.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.15%
GREEN value IS 111 (43.75% from 255) = 29.29%
BLUE value IS 59 (23.44% from 255) = 15.57%
R=55.15%
G=29.29%
B=15.57%

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
Decimal2091115900.470.720.1820.861.9852.55
HexD16F3B02F4812153e35
Octal3211577305711022257665
Binary110100011101111111011010111110010001001010101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16F3B; }

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

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

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

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

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

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

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

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