#D1703A

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

Shades of Tango #D1703A

Tints of Tango #D1703A

Color information

#D1703A (or 0xD1703A) is unknown color: approx Tango. HEX triplet: D1, 70 and 3A. RGB value is (209,112,58). Sum of RGB (Red+Green+Blue) = 209+112+58=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D1703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1703A is #2E8FC5. Grayscale: #878787. Windows color (decimal): -3051462 or 3829969. OLE color: 3829969.

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

Color convert

RGB20911258-
CMYK00.460.720.18
HSL21.46º62.14%52.35%-
HSV(B)21.46º72.25%81.96%-
XYZ32.8525.457.18-
YUV134.8584.64180.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.15%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 58 (23.05% from 255) = 15.30%
R=55.15%
G=29.55%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091125800.460.720.1821.4662.1452.35
HexD1703A02E4812153e34
Octal3211607205611022257664
Binary110100011110000111010010111010010001001010101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1703A; }

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

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

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

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

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

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

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

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