#d16e2d

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

Shades of Tango #D16E2D

Tints of Tango #D16E2D

Color information

#D16E2D (or 0xD16E2D) is unknown color: approx Tango. HEX triplet: D1, 6E and 2D. RGB value is (209,110,45). Sum of RGB (Red+Green+Blue) = 209+110+45=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16E2D is #2E91D2. Grayscale: #848484. Windows color (decimal): -3051987 or 2977489. OLE color: 2977489.

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

Color convert

RGB20911045-
CMYK00.470.780.18
HSL23.78º64.57%49.8%-
HSV(B)23.78º78.47%81.96%-
XYZ32.3424.95.58-
YUV132.1978.8182.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.42%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 45 (17.97% from 255) = 12.36%
R=57.42%
G=30.22%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091104500.470.780.1823.7864.5749.8
HexD16E2D02F4E12184132
Octal32115655057116223010162
Binary1101000111011101011010101111100111010010110001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d16e2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d16e2d; }

 p { color: rgb(209,110,45); }

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

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

 a { background-color: rgb(209,110,45); }

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

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

 span { border-color: rgb(209,110,45); }

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