Html Css Color HEX #DA5211 Tenne (Tawny)

📋 copy color: '#DA5211'

red 218 ◦ green 82 ◦ blue 17

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

Shades of Tenne (Tawny) #DA5211

Tints of Tenne (Tawny) #DA5211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.36%

R = 68.77%
G = 25.87%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA5211 (or 0xDA5211) is known color: Tenne (Tawny). HEX triplet: DA, 52 and 11. RGB value is (218,82,17). Sum of RGB (Red+Green+Blue) = 218+82+17=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5211 is #25ADEE. Grayscale: #737373. Windows color (decimal): -2469359 or 1135322. OLE color: 1135322.

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

Color convert

RGB 218 82 17 -
CMYK 0 0.62 0.92 0.15
HSL 19.4º 0.86% 0.46% -
HSV(B) 19.4º 0.92% 0.85% -
XYZ 32.03 20.98 2.89 -
YUV 115.25 72.56 201.29 -
System Red Green Blue C M Y K H S L
Decimal 218 82 17 0 0.62 0.92 0.15 19.4 0.86 0.46
Hex DA 52 11 0 3E 5C F 13 56 2E
Octal 332 122 21 0 76 134 17 23 126 56
Binary 11011010 1010010 10001 0 111110 1011100 1111 10011 1010110 101110

Color Harmonies of #DA5211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5211

Black with #DA5211

Text Example


Text Example

White with #DA5211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5211; }

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

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

background-color css

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

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

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

border-color css

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

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

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