#d16308

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

Shades of Tenne (Tawny) #D16308

Tints of Tenne (Tawny) #D16308

Color information

#D16308 (or 0xD16308) is unknown color: approx Tenne (Tawny). HEX triplet: D1, 63 and 08. RGB value is (209,99,8). Sum of RGB (Red+Green+Blue) = 209+99+8=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D16308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16308 is #2E9CF7. Grayscale: #797979. Windows color (decimal): -3054840 or 549841. OLE color: 549841.

HSL color Cylindrical-coordinate representation of color #D16308: hue angle of 27.16º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D16308 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB209998-
CMYK00.530.960.18
HSL27.16º92.63%42.55%-
HSV(B)27.16º96.17%81.96%-
XYZ30.822.52.95-
YUV121.5263.94190.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 66.14%
GREEN value IS 99 (39.06% from 255) = 31.33%
BLUE value IS 8 (3.52% from 255) = 2.53%
R=66.14%
G=31.33%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20999800.530.960.1827.1692.6342.55
HexD163803560121b5d2b
Octal32114310065140223313553
Binary11010001110001110000110101110000010010110111011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d16308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d16308; }

 p { color: rgb(209,99,8); }

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

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

 a { background-color: rgb(209,99,8); }

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

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

 span { border-color: rgb(209,99,8); }

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