#d16c33

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

Shades of Tango #D16C33

Tints of Tango #D16C33

Color information

#D16C33 (or 0xD16C33) is unknown color: approx Tango. HEX triplet: D1, 6C and 33. RGB value is (209,108,51). Sum of RGB (Red+Green+Blue) = 209+108+51=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16C33 is #2E93CC. Grayscale: #848484. Windows color (decimal): -3052493 or 3370193. OLE color: 3370193.

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

Color convert

RGB20910851-
CMYK00.480.760.18
HSL21.65º63.2%50.98%-
HSV(B)21.65º75.6%81.96%-
XYZ32.2524.526.16-
YUV131.782.46183.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.79%
GREEN value IS 108 (42.58% from 255) = 29.35%
BLUE value IS 51 (20.31% from 255) = 13.86%
R=56.79%
G=29.35%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091085100.480.760.1821.6563.250.98
HexD16C330304C12163f33
Octal3211546306011422267763
Binary110100011101100110011011000010011001001010110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d16c33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d16c33; }

 p { color: rgb(209,108,51); }

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

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

 a { background-color: rgb(209,108,51); }

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

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

 span { border-color: rgb(209,108,51); }

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