Html Css Color HEX #D0490E Tenne (Tawny)

📋 copy color: '#D0490E'

red 208 ◦ green 73 ◦ blue 14

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

Shades of Tenne (Tawny) #D0490E

Tints of Tenne (Tawny) #D0490E

RGB

 RED value IS 208 (81.64% from 255) = 70.51%

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

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

R = 70.51%
G = 24.75%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0490E (or 0xD0490E) is known color: Tenne (Tawny). HEX triplet: D0, 49 and 0E. RGB value is (208,73,14). Sum of RGB (Red+Green+Blue) = 208+73+14=295 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.51% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 208 - color contains mainly: red. Hex color #D0490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0490E is #2FB6F1. Grayscale: #6B6B6B. Windows color (decimal): -3127026 or 936400. OLE color: 936400.

HSL color Cylindrical-coordinate representation of color #D0490E: hue angle of 18.25º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0490E is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 73 14 -
CMYK 0 0.65 0.93 0.18
HSL 18.25º 0.87% 0.44% -
HSV(B) 18.25º 0.93% 0.82% -
XYZ 28.47 18.21 2.43 -
YUV 106.64 75.73 200.3 -
System Red Green Blue C M Y K H S L
Decimal 208 73 14 0 0.65 0.93 0.18 18.25 0.87 0.44
Hex D0 49 E 0 41 5D 12 12 57 2C
Octal 320 111 16 0 101 135 22 22 127 54
Binary 11010000 1001001 1110 0 1000001 1011101 10010 10010 1010111 101100

Color Harmonies of #D0490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0490E

Black with #D0490E

Text Example


Text Example

White with #D0490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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