#D1702B

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

Shades of Tango #D1702B

Tints of Tango #D1702B

Color information

#D1702B (or 0xD1702B) is unknown color: approx Tango. HEX triplet: D1, 70 and 2B. RGB value is (209,112,43). Sum of RGB (Red+Green+Blue) = 209+112+43=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D1702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1702B is #2E8FD4. Grayscale: #858585. Windows color (decimal): -3051477 or 2846929. OLE color: 2846929.

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

Color convert

RGB20911243-
CMYK00.460.790.18
HSL24.94º65.87%49.41%-
HSV(B)24.94º79.43%81.96%-
XYZ32.5225.325.46-
YUV133.1477.14182.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.42%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 43 (17.19% from 255) = 11.81%
R=57.42%
G=30.77%
B=11.81%

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
Decimal2091124300.460.790.1824.9465.8749.41
HexD1702B02E4F12194231
Octal32116053056117223110261
Binary1101000111100001010110101110100111110010110011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1702B; }

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

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

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

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

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

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

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

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