#d16f28

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

Shades of Tango #D16F28

Tints of Tango #D16F28

Color information

#D16F28 (or 0xD16F28) is unknown color: approx Tango. HEX triplet: D1, 6F and 28. RGB value is (209,111,40). Sum of RGB (Red+Green+Blue) = 209+111+40=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F28 is #2E90D7. Grayscale: #848484. Windows color (decimal): -3051736 or 2650065. OLE color: 2650065.

HSL color Cylindrical-coordinate representation of color #D16F28: hue angle of 25.21º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D16F28 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB20911140-
CMYK00.470.810.18
HSL25.21º67.87%48.82%-
HSV(B)25.21º80.86%81.96%-
XYZ32.3625.085.14-
YUV132.2175.97182.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.06%
GREEN value IS 111 (43.75% from 255) = 30.83%
BLUE value IS 40 (16.02% from 255) = 11.11%
R=58.06%
G=30.83%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091114000.470.810.1825.2167.8748.82
HexD16F2802F5112194431
Octal32115750057121223110461
Binary1101000111011111010000101111101000110010110011000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d16f28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d16f28; }

 p { color: rgb(209,111,40); }

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

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

 a { background-color: rgb(209,111,40); }

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

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

 span { border-color: rgb(209,111,40); }

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