Html Css Color HEX #DA5116 Tenne (Tawny)

📋 copy color: '#DA5116'

red 218 ◦ green 81 ◦ blue 22

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

Shades of Tenne (Tawny) #DA5116

Tints of Tenne (Tawny) #DA5116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.23%

 BLUE value IS 22 (8.98% from 255) = 6.85%

R = 67.91%
G = 25.23%
B = 6.85%

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

#DA5116 (or 0xDA5116) is known color: Tenne (Tawny). HEX triplet: DA, 51 and 16. RGB value is (218,81,22). Sum of RGB (Red+Green+Blue) = 218+81+22=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5116 is #25AEE9. Grayscale: #737373. Windows color (decimal): -2469610 or 1462746. OLE color: 1462746.

HSL color Cylindrical-coordinate representation of color #DA5116: hue angle of 18.06º 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 #DA5116 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 81 22 -
CMYK 0 0.63 0.90 0.15
HSL 18.06º 0.82% 0.47% -
HSV(B) 18.06º 0.9% 0.85% -
XYZ 32 20.85 3.1 -
YUV 115.24 75.39 201.3 -
System Red Green Blue C M Y K H S L
Decimal 218 81 22 0 0.63 0.90 0.15 18.06 0.82 0.47
Hex DA 51 16 0 3F 5A F 12 52 2F
Octal 332 121 26 0 77 132 17 22 122 57
Binary 11011010 1010001 10110 0 111111 1011010 1111 10010 1010010 101111

Color Harmonies of #DA5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5116

Black with #DA5116

Text Example


Text Example

White with #DA5116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5116; }

 p { color: rgb(218,81,22); }

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

background-color css

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

 a { background-color: rgb(218,81,22); }

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

border-color css

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

 span { border-color: rgb(218,81,22); }

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