Html Css Color HEX #DB490E Tenne (Tawny)

📋 copy color: '#DB490E'

red 219 ◦ green 73 ◦ blue 14

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

Shades of Tenne (Tawny) #DB490E

Tints of Tenne (Tawny) #DB490E

RGB

 RED value IS 219 (85.94% from 255) = 71.57%

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

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

R = 71.57%
G = 23.86%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB490E (or 0xDB490E) is known color: Tenne (Tawny). HEX triplet: DB, 49 and 0E. RGB value is (219,73,14). Sum of RGB (Red+Green+Blue) = 219+73+14=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB490E is #24B6F1. Grayscale: #6E6E6E. Windows color (decimal): -2406130 or 936411. OLE color: 936411.

HSL color Cylindrical-coordinate representation of color #DB490E: hue angle of 17.27º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB490E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 73 14 -
CMYK 0 0.67 0.94 0.14
HSL 17.27º 0.88% 0.46% -
HSV(B) 17.27º 0.94% 0.86% -
XYZ 31.68 19.86 2.58 -
YUV 109.93 73.87 205.8 -
System Red Green Blue C M Y K H S L
Decimal 219 73 14 0 0.67 0.94 0.14 17.27 0.88 0.46
Hex DB 49 E 0 43 5E E 11 58 2E
Octal 333 111 16 0 103 136 16 21 130 56
Binary 11011011 1001001 1110 0 1000011 1011110 1110 10001 1011000 101110

Color Harmonies of #DB490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB490E

Black with #DB490E

Text Example


Text Example

White with #DB490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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