#D0570F

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

Shades of Tenne (Tawny) #D0570F

Tints of Tenne (Tawny) #D0570F

Color information

#D0570F (or 0xD0570F) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 57 and 0F. RGB value is (208,87,15). Sum of RGB (Red+Green+Blue) = 208+87+15=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D0570F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0570F is #2FA8F0. Grayscale: #737373. Windows color (decimal): -3123441 or 1005520. OLE color: 1005520.

HSL color Cylindrical-coordinate representation of color #D0570F: hue angle of 22.38º 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 #D0570F is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB2088715-
CMYK00.580.930.18
HSL22.38º86.55%43.73%-
HSV(B)22.38º92.79%81.57%-
XYZ29.5120.262.81-
YUV114.9771.59194.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 67.10%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 15 (6.25% from 255) = 4.84%
R=67.10%
G=28.06%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208871500.580.930.1822.3886.5543.73
HexD057F03A5D1216572c
Octal32012717072135222612754
Binary11010000101011111110111010101110110010101101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0570F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0570F; }

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

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

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

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

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

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

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

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