Html Css Color HEX #DA5215 Tenne (Tawny)

📋 copy color: '#DA5215'

red 218 ◦ green 82 ◦ blue 21

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

Shades of Tenne (Tawny) #DA5215

Tints of Tenne (Tawny) #DA5215

RGB

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

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

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

R = 67.91%
G = 25.55%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA5215 (or 0xDA5215) is known color: Tenne (Tawny). HEX triplet: DA, 52 and 15. RGB value is (218,82,21). Sum of RGB (Red+Green+Blue) = 218+82+21=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5215 is #25ADEA. Grayscale: #747474. Windows color (decimal): -2469355 or 1397466. OLE color: 1397466.

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

Color convert

RGB 218 82 21 -
CMYK 0 0.62 0.90 0.15
HSL 18.58º 0.82% 0.47% -
HSV(B) 18.58º 0.9% 0.85% -
XYZ 32.07 20.99 3.07 -
YUV 115.71 74.56 200.96 -
System Red Green Blue C M Y K H S L
Decimal 218 82 21 0 0.62 0.90 0.15 18.58 0.82 0.47
Hex DA 52 15 0 3E 5A F 13 52 2F
Octal 332 122 25 0 76 132 17 23 122 57
Binary 11011010 1010010 10101 0 111110 1011010 1111 10011 1010010 101111

Color Harmonies of #DA5215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5215

Black with #DA5215

Text Example


Text Example

White with #DA5215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5215; }

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

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

background-color css

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

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

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

border-color css

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

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

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