#D8570A

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

Shades of Tenne (Tawny) #D8570A

Tints of Tenne (Tawny) #D8570A

Color information

#D8570A (or 0xD8570A) is unknown color: approx Tenne (Tawny). HEX triplet: D8, 57 and 0A. RGB value is (216,87,10). Sum of RGB (Red+Green+Blue) = 216+87+10=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D8570A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8570A is #27A8F5. Grayscale: #757575. Windows color (decimal): -2599158 or 677848. OLE color: 677848.

HSL color Cylindrical-coordinate representation of color #D8570A: hue angle of 22.43º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8570A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB2168710-
CMYK00.600.950.15
HSL22.43º91.15%44.31%-
HSV(B)22.43º95.37%84.71%-
XYZ31.7821.442.75-
YUV116.7967.74198.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 69.01%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 10 (4.30% from 255) = 3.19%
R=69.01%
G=27.80%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216871000.600.950.1522.4391.1544.31
HexD857A03C5FF165b2c
Octal33012712074137172613354
Binary1101100010101111010011110010111111111101101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8570A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8570A; }

 p { color: rgb(216,87,10); }

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

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

 a { background-color: rgb(216,87,10); }

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

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

 span { border-color: rgb(216,87,10); }

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