Html Css Color HEX #DA490A Tenne (Tawny)

📋 copy color: '#DA490A'

red 218 ◦ green 73 ◦ blue 10

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

Shades of Tenne (Tawny) #DA490A

Tints of Tenne (Tawny) #DA490A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.32%

R = 72.43%
G = 24.25%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA490A (or 0xDA490A) is known color: Tenne (Tawny). HEX triplet: DA, 49 and 0A. RGB value is (218,73,10). Sum of RGB (Red+Green+Blue) = 218+73+10=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA490A is #25B6F5. Grayscale: #6D6D6D. Windows color (decimal): -2471670 or 674266. OLE color: 674266.

HSL color Cylindrical-coordinate representation of color #DA490A: hue angle of 18.17º degrees, saturation: 0.91, 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 #DA490A is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 73 10 -
CMYK 0 0.67 0.95 0.15
HSL 18.17º 0.91% 0.45% -
HSV(B) 18.17º 0.95% 0.85% -
XYZ 31.35 19.69 2.44 -
YUV 109.17 72.04 205.62 -
System Red Green Blue C M Y K H S L
Decimal 218 73 10 0 0.67 0.95 0.15 18.17 0.91 0.45
Hex DA 49 A 0 43 5F F 12 5B 2D
Octal 332 111 12 0 103 137 17 22 133 55
Binary 11011010 1001001 1010 0 1000011 1011111 1111 10010 1011011 101101

Color Harmonies of #DA490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA490A

Black with #DA490A

Text Example


Text Example

White with #DA490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA490A; }

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

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

background-color css

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

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

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

border-color css

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

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

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