#D96F33

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

Shades of Tango #D96F33

Tints of Tango #D96F33

Color information

#D96F33 (or 0xD96F33) is unknown color: approx Tango. HEX triplet: D9, 6F and 33. RGB value is (217,111,51). Sum of RGB (Red+Green+Blue) = 217+111+51=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D96F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96F33 is #2690CC. Grayscale: #888888. Windows color (decimal): -2527437 or 3370969. OLE color: 3370969.

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

Color convert

RGB21711151-
CMYK00.490.760.15
HSL21.69º68.6%52.55%-
HSV(B)21.69º76.5%85.1%-
XYZ34.926.366.38-
YUV135.8580.12185.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.26%
GREEN value IS 111 (43.75% from 255) = 29.29%
BLUE value IS 51 (20.31% from 255) = 13.46%
R=57.26%
G=29.29%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171115100.490.760.1521.6968.652.55
HexD96F330314CF164535
Octal33115763061114172610565
Binary110110011101111110011011000110011001111101101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96F33; }

 p { color: rgb(217,111,51); }

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

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

 a { background-color: rgb(217,111,51); }

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

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

 span { border-color: rgb(217,111,51); }

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