#D05613

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

Shades of Tenne (Tawny) #D05613

Tints of Tenne (Tawny) #D05613

Color information

#D05613 (or 0xD05613) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 56 and 13. RGB value is (208,86,19). Sum of RGB (Red+Green+Blue) = 208+86+19=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D05613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05613 is #2FA9EC. Grayscale: #737373. Windows color (decimal): -3123693 or 1267408. OLE color: 1267408.

HSL color Cylindrical-coordinate representation of color #D05613: hue angle of 21.27º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D05613 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB2088619-
CMYK00.590.910.18
HSL21.27º83.26%44.51%-
HSV(B)21.27º90.87%81.57%-
XYZ29.4620.112.95-
YUV114.8473.92194.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 66.45%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 19 (7.81% from 255) = 6.07%
R=66.45%
G=27.48%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208861900.590.910.1821.2783.2644.51
HexD0561303B5B1215532d
Octal32012623073133222512355
Binary110100001010110100110111011101101110010101011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05613; }

 p { color: rgb(208,86,19); }

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

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

 a { background-color: rgb(208,86,19); }

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

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

 span { border-color: rgb(208,86,19); }

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