Html Css Color HEX #D8490C Tenne (Tawny)

📋 copy color: '#D8490C'

red 216 ◦ green 73 ◦ blue 12

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

Shades of Tenne (Tawny) #D8490C

Tints of Tenne (Tawny) #D8490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 71.76%
G = 24.25%
B = 3.99%

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

#D8490C (or 0xD8490C) is known color: Tenne (Tawny). HEX triplet: D8, 49 and 0C. RGB value is (216,73,12). Sum of RGB (Red+Green+Blue) = 216+73+12=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D8490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8490C is #27B6F3. Grayscale: #6D6D6D. Windows color (decimal): -2602740 or 805336. OLE color: 805336.

HSL color Cylindrical-coordinate representation of color #D8490C: hue angle of 17.94º degrees, saturation: 0.89, 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 #D8490C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 73 12 -
CMYK 0 0.66 0.94 0.15
HSL 17.94º 0.89% 0.45% -
HSV(B) 17.94º 0.94% 0.85% -
XYZ 30.77 19.39 2.47 -
YUV 108.8 73.38 204.46 -
System Red Green Blue C M Y K H S L
Decimal 216 73 12 0 0.66 0.94 0.15 17.94 0.89 0.45
Hex D8 49 C 0 42 5E F 12 59 2D
Octal 330 111 14 0 102 136 17 22 131 55
Binary 11011000 1001001 1100 0 1000010 1011110 1111 10010 1011001 101101

Color Harmonies of #D8490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8490C

Black with #D8490C

Text Example


Text Example

White with #D8490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8490C; }

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

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

background-color css

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

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

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

border-color css

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

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

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