#D8490F

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

Shades of Tenne (Tawny) #D8490F

Tints of Tenne (Tawny) #D8490F

Color information

#D8490F (or 0xD8490F) is unknown color: approx Tenne (Tawny). HEX triplet: D8, 49 and 0F. RGB value is (216,73,15). Sum of RGB (Red+Green+Blue) = 216+73+15=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D8490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8490F is #27B6F0. Grayscale: #6D6D6D. Windows color (decimal): -2602737 or 1001944. OLE color: 1001944.

HSL color Cylindrical-coordinate representation of color #D8490F: hue angle of 17.31º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8490F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB2167315-
CMYK00.660.930.15
HSL17.31º87.01%45.29%-
HSV(B)17.31º93.06%84.71%-
XYZ30.7919.42.57-
YUV109.1474.88204.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 71.05%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 15 (6.25% from 255) = 4.93%
R=71.05%
G=24.01%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216731500.660.930.1517.3187.0145.29
HexD849F0425DF11572d
Octal330111170102135172112755
Binary11011000100100111110100001010111011111100011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8490F; }

 p { color: rgb(216,73,15); }

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

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

 a { background-color: rgb(216,73,15); }

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

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

 span { border-color: rgb(216,73,15); }

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