#D4702D

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

Shades of Tango #D4702D

Tints of Tango #D4702D

Color information

#D4702D (or 0xD4702D) is unknown color: approx Tango. HEX triplet: D4, 70 and 2D. RGB value is (212,112,45). Sum of RGB (Red+Green+Blue) = 212+112+45=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D4702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4702D is #2B8FD2. Grayscale: #868686. Windows color (decimal): -2854867 or 2978004. OLE color: 2978004.

HSL color Cylindrical-coordinate representation of color #D4702D: hue angle of 24.07º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4702D is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB21211245-
CMYK00.470.790.17
HSL24.07º66.01%50.39%-
HSV(B)24.07º78.77%83.14%-
XYZ33.4225.775.7-
YUV134.2677.63183.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.45%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 45 (17.97% from 255) = 12.20%
R=57.45%
G=30.35%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121124500.470.790.1724.0766.0150.39
HexD4702D02F4F11184232
Octal32416055057117213010262
Binary1101010011100001011010101111100111110001110001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4702D; }

 p { color: rgb(212,112,45); }

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

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

 a { background-color: rgb(212,112,45); }

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

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

 span { border-color: rgb(212,112,45); }

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