#D1620D

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

Shades of Tenne (Tawny) #D1620D

Tints of Tenne (Tawny) #D1620D

Color information

#D1620D (or 0xD1620D) is unknown color: approx Tenne (Tawny). HEX triplet: D1, 62 and 0D. RGB value is (209,98,13). Sum of RGB (Red+Green+Blue) = 209+98+13=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D1620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1620D is #2E9DF2. Grayscale: #797979. Windows color (decimal): -3055091 or 877265. OLE color: 877265.

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

Color convert

RGB2099813-
CMYK00.530.940.18
HSL26.02º88.29%43.53%-
HSV(B)26.02º93.78%81.96%-
XYZ30.7322.323.07-
YUV121.566.77190.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 65.31%
GREEN value IS 98 (38.67% from 255) = 30.62%
BLUE value IS 13 (5.47% from 255) = 4.06%
R=65.31%
G=30.62%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209981300.530.940.1826.0288.2943.53
HexD162D0355E121a582c
Octal32114215065136223213054
Binary11010001110001011010110101101111010010110101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1620D; }

 p { color: rgb(209,98,13); }

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

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

 a { background-color: rgb(209,98,13); }

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

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

 span { border-color: rgb(209,98,13); }

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