Html Css Color HEX #D8490B Tenne (Tawny)

📋 copy color: '#D8490B'

red 216 ◦ green 73 ◦ blue 11

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

Shades of Tenne (Tawny) #D8490B

Tints of Tenne (Tawny) #D8490B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.67%

R = 72%
G = 24.33%
B = 3.67%

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

#D8490B (or 0xD8490B) is known color: Tenne (Tawny). HEX triplet: D8, 49 and 0B. RGB value is (216,73,11). Sum of RGB (Red+Green+Blue) = 216+73+11=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D8490B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8490B is #27B6F4. Grayscale: #6D6D6D. Windows color (decimal): -2602741 or 739800. OLE color: 739800.

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

Color convert

RGB 216 73 11 -
CMYK 0 0.66 0.95 0.15
HSL 18.15º 0.9% 0.45% -
HSV(B) 18.15º 0.95% 0.85% -
XYZ 30.76 19.39 2.44 -
YUV 108.69 72.88 204.54 -
System Red Green Blue C M Y K H S L
Decimal 216 73 11 0 0.66 0.95 0.15 18.15 0.9 0.45
Hex D8 49 B 0 42 5F F 12 5A 2D
Octal 330 111 13 0 102 137 17 22 132 55
Binary 11011000 1001001 1011 0 1000010 1011111 1111 10010 1011010 101101

Color Harmonies of #D8490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8490B

Black with #D8490B

Text Example


Text Example

White with #D8490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8490B; }

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

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

background-color css

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

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

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

border-color css

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

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

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