#D1712B

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

Shades of Tango #D1712B

Tints of Tango #D1712B

Color information

#D1712B (or 0xD1712B) is unknown color: approx Tango. HEX triplet: D1, 71 and 2B. RGB value is (209,113,43). Sum of RGB (Red+Green+Blue) = 209+113+43=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D1712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1712B is #2E8ED4. Grayscale: #868686. Windows color (decimal): -3051221 or 2847185. OLE color: 2847185.

HSL color Cylindrical-coordinate representation of color #D1712B: hue angle of 25.3º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1712B is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB20911343-
CMYK00.460.790.18
HSL25.3º65.87%49.41%-
HSV(B)25.3º79.43%81.96%-
XYZ32.6425.545.5-
YUV133.7276.8181.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.26%
GREEN value IS 113 (44.53% from 255) = 30.96%
BLUE value IS 43 (17.19% from 255) = 11.78%
R=57.26%
G=30.96%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091134300.460.790.1825.365.8749.41
HexD1712B02E4F12194231
Octal32116153056117223110261
Binary1101000111100011010110101110100111110010110011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1712B; }

 p { color: rgb(209,113,43); }

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

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

 a { background-color: rgb(209,113,43); }

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

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

 span { border-color: rgb(209,113,43); }

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