Html Css Color HEX #D8490E Tenne (Tawny)

📋 copy color: '#D8490E'

red 216 ◦ green 73 ◦ blue 14

#D8490E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #D8490E

Tints of Tenne (Tawny) #D8490E

RGB

 RED value IS 216 (84.77% from 255) = 71.29%

 GREEN value IS 73 (28.91% from 255) = 24.09%

 BLUE value IS 14 (5.86% from 255) = 4.62%

R = 71.29%
G = 24.09%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8490E (or 0xD8490E) is known color: Tenne (Tawny). HEX triplet: D8, 49 and 0E. RGB value is (216,73,14). Sum of RGB (Red+Green+Blue) = 216+73+14=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D8490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8490E is #27B6F1. Grayscale: #6D6D6D. Windows color (decimal): -2602738 or 936408. OLE color: 936408.

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

Color convert

RGB 216 73 14 -
CMYK 0 0.66 0.94 0.15
HSL 17.52º 0.88% 0.45% -
HSV(B) 17.52º 0.94% 0.85% -
XYZ 30.78 19.4 2.54 -
YUV 109.03 74.38 204.3 -
System Red Green Blue C M Y K H S L
Decimal 216 73 14 0 0.66 0.94 0.15 17.52 0.88 0.45
Hex D8 49 E 0 42 5E F 12 58 2D
Octal 330 111 16 0 102 136 17 22 130 55
Binary 11011000 1001001 1110 0 1000010 1011110 1111 10010 1011000 101101

Color Harmonies of #D8490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8490E

Black with #D8490E

Text Example


Text Example

White with #D8490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8490E; }

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

 H1.HeaderClassName
 {
   color: #D8490E;
 }
 .AnyTagClassName
 {
   color: #D8490E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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