Html Css Color HEX #DA5013 Tenne (Tawny)

📋 copy color: '#DA5013'

red 218 ◦ green 80 ◦ blue 19

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

Shades of Tenne (Tawny) #DA5013

Tints of Tenne (Tawny) #DA5013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.24%

 BLUE value IS 19 (7.81% from 255) = 5.99%

R = 68.77%
G = 25.24%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA5013 (or 0xDA5013) is known color: Tenne (Tawny). HEX triplet: DA, 50 and 13. RGB value is (218,80,19). Sum of RGB (Red+Green+Blue) = 218+80+19=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5013 is #25AFEC. Grayscale: #727272. Windows color (decimal): -2469869 or 1265882. OLE color: 1265882.

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

Color convert

RGB 218 80 19 -
CMYK 0 0.63 0.91 0.15
HSL 18.39º 0.84% 0.46% -
HSV(B) 18.39º 0.91% 0.85% -
XYZ 31.9 20.69 2.93 -
YUV 114.31 74.22 201.96 -
System Red Green Blue C M Y K H S L
Decimal 218 80 19 0 0.63 0.91 0.15 18.39 0.84 0.46
Hex DA 50 13 0 3F 5B F 12 54 2E
Octal 332 120 23 0 77 133 17 22 124 56
Binary 11011010 1010000 10011 0 111111 1011011 1111 10010 1010100 101110

Color Harmonies of #DA5013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5013

Black with #DA5013

Text Example


Text Example

White with #DA5013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5013; }

 p { color: rgb(218,80,19); }

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

background-color css

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

 a { background-color: rgb(218,80,19); }

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

border-color css

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

 span { border-color: rgb(218,80,19); }

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