#DA7031

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

Shades of Tango #DA7031

Tints of Tango #DA7031

Color information

#DA7031 (or 0xDA7031) is unknown color: approx Tango. HEX triplet: DA, 70 and 31. RGB value is (218,112,49). Sum of RGB (Red+Green+Blue) = 218+112+49=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7031 is #258FCE. Grayscale: #888888. Windows color (decimal): -2461647 or 3240154. OLE color: 3240154.

HSL color Cylindrical-coordinate representation of color #DA7031: hue angle of 22.37º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA7031 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB21811249-
CMYK00.490.780.15
HSL22.37º69.55%52.35%-
HSV(B)22.37º77.52%85.49%-
XYZ35.2626.726.2-
YUV136.5178.62186.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 57.52%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 49 (19.53% from 255) = 12.93%
R=57.52%
G=29.55%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181124900.490.780.1522.3769.5552.35
HexDA70310314EF164634
Octal33216061061116172610664
Binary110110101110000110001011000110011101111101101000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7031; }

 p { color: rgb(218,112,49); }

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

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

 a { background-color: rgb(218,112,49); }

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

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

 span { border-color: rgb(218,112,49); }

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