#D0560F

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

Shades of Tenne (Tawny) #D0560F

Tints of Tenne (Tawny) #D0560F

Color information

#D0560F (or 0xD0560F) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 56 and 0F. RGB value is (208,86,15). Sum of RGB (Red+Green+Blue) = 208+86+15=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D0560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0560F is #2FA9F0. Grayscale: #727272. Windows color (decimal): -3123697 or 1005264. OLE color: 1005264.

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

Color convert

RGB2088615-
CMYK00.590.930.18
HSL22.07º86.55%43.73%-
HSV(B)22.07º92.79%81.57%-
XYZ29.4320.12.78-
YUV114.3871.92194.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 67.31%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 15 (6.25% from 255) = 4.85%
R=67.31%
G=27.83%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208861500.590.930.1822.0786.5543.73
HexD056F03B5D1216572c
Octal32012617073135222612754
Binary11010000101011011110111011101110110010101101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0560F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0560F; }

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

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

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

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

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

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

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

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