#D97132

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

Shades of Tango #D97132

Tints of Tango #D97132

Color information

#D97132 (or 0xD97132) is unknown color: approx Tango. HEX triplet: D9, 71 and 32. RGB value is (217,113,50). Sum of RGB (Red+Green+Blue) = 217+113+50=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D97132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97132 is #268ECD. Grayscale: #898989. Windows color (decimal): -2526926 or 3305945. OLE color: 3305945.

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

Color convert

RGB21711350-
CMYK00.480.770.15
HSL22.63º68.72%52.35%-
HSV(B)22.63º76.96%85.1%-
XYZ35.126.796.34-
YUV136.9178.96185.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.11%
GREEN value IS 113 (44.53% from 255) = 29.74%
BLUE value IS 50 (19.92% from 255) = 13.16%
R=57.11%
G=29.74%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171135000.480.770.1522.6368.7252.35
HexD971320304DF174534
Octal33116162060115172710564
Binary110110011110001110010011000010011011111101111000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97132; }

 p { color: rgb(217,113,50); }

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

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

 a { background-color: rgb(217,113,50); }

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

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

 span { border-color: rgb(217,113,50); }

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