#D1732D

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

Shades of Tango #D1732D

Tints of Tango #D1732D

Color information

#D1732D (or 0xD1732D) is unknown color: approx Tango. HEX triplet: D1, 73 and 2D. RGB value is (209,115,45). Sum of RGB (Red+Green+Blue) = 209+115+45=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D1732D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1732D is #2E8CD2. Grayscale: #878787. Windows color (decimal): -3050707 or 2978769. OLE color: 2978769.

HSL color Cylindrical-coordinate representation of color #D1732D: hue angle of 25.61º 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 #D1732D is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB20911545-
CMYK00.450.780.18
HSL25.61º64.57%49.8%-
HSV(B)25.61º78.47%81.96%-
XYZ32.926.015.77-
YUV135.1377.14180.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.64%
GREEN value IS 115 (45.31% from 255) = 31.17%
BLUE value IS 45 (17.97% from 255) = 12.20%
R=56.64%
G=31.17%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091154500.450.780.1825.6164.5749.8
HexD1732D02D4E121a4132
Octal32116355055116223210162
Binary1101000111100111011010101101100111010010110101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1732D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1732D; }

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

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

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

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

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

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

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

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