Html Css Color HEX #DA5015 Tenne (Tawny)

📋 copy color: '#DA5015'

red 218 ◦ green 80 ◦ blue 21

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

Shades of Tenne (Tawny) #DA5015

Tints of Tenne (Tawny) #DA5015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.58%

R = 68.34%
G = 25.08%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA5015 (or 0xDA5015) is known color: Tenne (Tawny). HEX triplet: DA, 50 and 15. RGB value is (218,80,21). Sum of RGB (Red+Green+Blue) = 218+80+21=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5015 is #25AFEA. Grayscale: #727272. Windows color (decimal): -2469867 or 1396954. OLE color: 1396954.

HSL color Cylindrical-coordinate representation of color #DA5015: hue angle of 17.97º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA5015 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 80 21 -
CMYK 0 0.63 0.90 0.15
HSL 17.97º 0.82% 0.47% -
HSV(B) 17.97º 0.9% 0.85% -
XYZ 31.92 20.7 3.02 -
YUV 114.54 75.22 201.8 -
System Red Green Blue C M Y K H S L
Decimal 218 80 21 0 0.63 0.90 0.15 17.97 0.82 0.47
Hex DA 50 15 0 3F 5A F 12 52 2F
Octal 332 120 25 0 77 132 17 22 122 57
Binary 11011010 1010000 10101 0 111111 1011010 1111 10010 1010010 101111

Color Harmonies of #DA5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5015

Black with #DA5015

Text Example


Text Example

White with #DA5015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5015; }

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

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

background-color css

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

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

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

border-color css

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

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

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