#D0722E

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

Shades of Tango #D0722E

Tints of Tango #D0722E

Color information

#D0722E (or 0xD0722E) is unknown color: approx Tango. HEX triplet: D0, 72 and 2E. RGB value is (208,114,46). Sum of RGB (Red+Green+Blue) = 208+114+46=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0722E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0722E is #2F8DD1. Grayscale: #868686. Windows color (decimal): -3116498 or 3044048. OLE color: 3044048.

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

Color convert

RGB20811446-
CMYK00.450.780.18
HSL25.19º63.78%49.8%-
HSV(B)25.19º77.88%81.57%-
XYZ32.5225.645.82-
YUV134.3578.14180.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.52%
GREEN value IS 114 (44.92% from 255) = 30.98%
BLUE value IS 46 (18.36% from 255) = 12.5%
R=56.52%
G=30.98%
B=12.5%

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
Decimal2081144600.450.780.1825.1963.7849.8
HexD0722E02D4E12194032
Octal32016256055116223110062
Binary1101000011100101011100101101100111010010110011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0722E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0722E; }

 p { color: rgb(208,114,46); }

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

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

 a { background-color: rgb(208,114,46); }

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

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

 span { border-color: rgb(208,114,46); }

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