Html Css Color HEX #D8490A Tenne (Tawny)

📋 copy color: '#D8490A'

red 216 ◦ green 73 ◦ blue 10

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

Shades of Tenne (Tawny) #D8490A

Tints of Tenne (Tawny) #D8490A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.34%

R = 72.24%
G = 24.41%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8490A (or 0xD8490A) is known color: Tenne (Tawny). HEX triplet: D8, 49 and 0A. RGB value is (216,73,10). Sum of RGB (Red+Green+Blue) = 216+73+10=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D8490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8490A is #27B6F5. Grayscale: #6C6C6C. Windows color (decimal): -2602742 or 674264. OLE color: 674264.

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

Color convert

RGB 216 73 10 -
CMYK 0 0.66 0.95 0.15
HSL 18.35º 0.91% 0.44% -
HSV(B) 18.35º 0.95% 0.85% -
XYZ 30.76 19.39 2.41 -
YUV 108.58 72.38 204.62 -
System Red Green Blue C M Y K H S L
Decimal 216 73 10 0 0.66 0.95 0.15 18.35 0.91 0.44
Hex D8 49 A 0 42 5F F 12 5B 2C
Octal 330 111 12 0 102 137 17 22 133 54
Binary 11011000 1001001 1010 0 1000010 1011111 1111 10010 1011011 101100

Color Harmonies of #D8490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8490A

Black with #D8490A

Text Example


Text Example

White with #D8490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8490A; }

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

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

background-color css

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

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

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

border-color css

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

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

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