#D2702B

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

Shades of Tango #D2702B

Tints of Tango #D2702B

Color information

#D2702B (or 0xD2702B) is unknown color: approx Tango. HEX triplet: D2, 70 and 2B. RGB value is (210,112,43). Sum of RGB (Red+Green+Blue) = 210+112+43=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D2702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2702B is #2D8FD4. Grayscale: #858585. Windows color (decimal): -2985941 or 2846930. OLE color: 2846930.

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

Color convert

RGB21011243-
CMYK00.470.800.18
HSL24.79º66.01%49.61%-
HSV(B)24.79º79.52%82.35%-
XYZ32.8125.465.47-
YUV133.4476.97182.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 57.53%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 43 (17.19% from 255) = 11.78%
R=57.53%
G=30.68%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101124300.470.800.1824.7966.0149.61
HexD2702B02F5012194232
Octal32216053057120223110262
Binary1101001011100001010110101111101000010010110011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2702B; }

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

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

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

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

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

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

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

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