Html Css Color HEX #DA5210 Tenne (Tawny)

📋 copy color: '#DA5210'

red 218 ◦ green 82 ◦ blue 16

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

Shades of Tenne (Tawny) #DA5210

Tints of Tenne (Tawny) #DA5210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

 BLUE value IS 16 (6.64% from 255) = 5.06%

R = 68.99%
G = 25.95%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA5210 (or 0xDA5210) is known color: Tenne (Tawny). HEX triplet: DA, 52 and 10. RGB value is (218,82,16). Sum of RGB (Red+Green+Blue) = 218+82+16=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5210 is #25ADEF. Grayscale: #737373. Windows color (decimal): -2469360 or 1069786. OLE color: 1069786.

HSL color Cylindrical-coordinate representation of color #DA5210: hue angle of 19.6º degrees, saturation: 0.86, 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 #DA5210 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 82 16 -
CMYK 0 0.62 0.93 0.15
HSL 19.6º 0.86% 0.46% -
HSV(B) 19.6º 0.93% 0.85% -
XYZ 32.02 20.98 2.85 -
YUV 115.14 72.06 201.37 -
System Red Green Blue C M Y K H S L
Decimal 218 82 16 0 0.62 0.93 0.15 19.6 0.86 0.46
Hex DA 52 10 0 3E 5D F 14 56 2E
Octal 332 122 20 0 76 135 17 24 126 56
Binary 11011010 1010010 10000 0 111110 1011101 1111 10100 1010110 101110

Color Harmonies of #DA5210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5210

Black with #DA5210

Text Example


Text Example

White with #DA5210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5210; }

 p { color: rgb(218,82,16); }

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

background-color css

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

 a { background-color: rgb(218,82,16); }

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

border-color css

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

 span { border-color: rgb(218,82,16); }

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