Html Css Color HEX #DB490F Tenne (Tawny)

📋 copy color: '#DB490F'

red 219 ◦ green 73 ◦ blue 15

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

Shades of Tenne (Tawny) #DB490F

Tints of Tenne (Tawny) #DB490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.89%

R = 71.34%
G = 23.78%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB490F (or 0xDB490F) is known color: Tenne (Tawny). HEX triplet: DB, 49 and 0F. RGB value is (219,73,15). Sum of RGB (Red+Green+Blue) = 219+73+15=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB490F is #24B6F0. Grayscale: #6E6E6E. Windows color (decimal): -2406129 or 1001947. OLE color: 1001947.

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

Color convert

RGB 219 73 15 -
CMYK 0 0.67 0.93 0.14
HSL 17.06º 0.87% 0.46% -
HSV(B) 17.06º 0.93% 0.86% -
XYZ 31.68 19.86 2.62 -
YUV 110.04 74.37 205.72 -
System Red Green Blue C M Y K H S L
Decimal 219 73 15 0 0.67 0.93 0.14 17.06 0.87 0.46
Hex DB 49 F 0 43 5D E 11 57 2E
Octal 333 111 17 0 103 135 16 21 127 56
Binary 11011011 1001001 1111 0 1000011 1011101 1110 10001 1010111 101110

Color Harmonies of #DB490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB490F

Black with #DB490F

Text Example


Text Example

White with #DB490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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