#d16d30

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

Shades of Tango #D16D30

Tints of Tango #D16D30

Color information

#D16D30 (or 0xD16D30) is unknown color: approx Tango. HEX triplet: D1, 6D and 30. RGB value is (209,109,48). Sum of RGB (Red+Green+Blue) = 209+109+48=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16D30 is #2E92CF. Grayscale: #848484. Windows color (decimal): -3052240 or 3173841. OLE color: 3173841.

HSL color Cylindrical-coordinate representation of color #D16D30: hue angle of 22.73º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D16D30 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB20910948-
CMYK00.480.770.18
HSL22.73º63.64%50.39%-
HSV(B)22.73º77.03%81.96%-
XYZ32.324.715.86-
YUV131.9580.63182.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.10%
GREEN value IS 109 (42.97% from 255) = 29.78%
BLUE value IS 48 (19.14% from 255) = 13.11%
R=57.10%
G=29.78%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091094800.480.770.1822.7363.6450.39
HexD16D300304D12174032
Octal32115560060115222710062
Binary1101000111011011100000110000100110110010101111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d16d30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d16d30; }

 p { color: rgb(209,109,48); }

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

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

 a { background-color: rgb(209,109,48); }

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

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

 span { border-color: rgb(209,109,48); }

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