Html Css Color HEX #DA490F Tenne (Tawny)

📋 copy color: '#DA490F'

red 218 ◦ green 73 ◦ blue 15

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

Shades of Tenne (Tawny) #DA490F

Tints of Tenne (Tawny) #DA490F

RGB

 RED value IS 218 (85.55% from 255) = 71.24%

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

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

R = 71.24%
G = 23.86%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA490F (or 0xDA490F) is known color: Tenne (Tawny). HEX triplet: DA, 49 and 0F. RGB value is (218,73,15). Sum of RGB (Red+Green+Blue) = 218+73+15=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA490F is #25B6F0. Grayscale: #6E6E6E. Windows color (decimal): -2471665 or 1001946. OLE color: 1001946.

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

Color convert

RGB 218 73 15 -
CMYK 0 0.67 0.93 0.15
HSL 17.14º 0.87% 0.46% -
HSV(B) 17.14º 0.93% 0.85% -
XYZ 31.38 19.71 2.6 -
YUV 109.74 74.54 205.22 -
System Red Green Blue C M Y K H S L
Decimal 218 73 15 0 0.67 0.93 0.15 17.14 0.87 0.46
Hex DA 49 F 0 43 5D F 11 57 2E
Octal 332 111 17 0 103 135 17 21 127 56
Binary 11011010 1001001 1111 0 1000011 1011101 1111 10001 1010111 101110

Color Harmonies of #DA490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA490F

Black with #DA490F

Text Example


Text Example

White with #DA490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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