Html Css Color HEX #DB5411 Tenne (Tawny)

📋 copy color: '#DB5411'

red 219 ◦ green 84 ◦ blue 17

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

Shades of Tenne (Tawny) #DB5411

Tints of Tenne (Tawny) #DB5411

RGB

 RED value IS 219 (85.94% from 255) = 68.44%

 GREEN value IS 84 (33.2% from 255) = 26.25%

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

R = 68.44%
G = 26.25%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB5411 (or 0xDB5411) is known color: Tenne (Tawny). HEX triplet: DB, 54 and 11. RGB value is (219,84,17). Sum of RGB (Red+Green+Blue) = 219+84+17=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5411 is #24ABEE. Grayscale: #757575. Windows color (decimal): -2403311 or 1135835. OLE color: 1135835.

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

Color convert

RGB 219 84 17 -
CMYK 0 0.62 0.92 0.14
HSL 19.9º 0.86% 0.46% -
HSV(B) 19.9º 0.92% 0.86% -
XYZ 32.48 21.44 2.96 -
YUV 116.73 71.73 200.95 -
System Red Green Blue C M Y K H S L
Decimal 219 84 17 0 0.62 0.92 0.14 19.9 0.86 0.46
Hex DB 54 11 0 3E 5C E 14 56 2E
Octal 333 124 21 0 76 134 16 24 126 56
Binary 11011011 1010100 10001 0 111110 1011100 1110 10100 1010110 101110

Color Harmonies of #DB5411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5411

Black with #DB5411

Text Example


Text Example

White with #DB5411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5411; }

 p { color: rgb(219,84,17); }

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

background-color css

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

 a { background-color: rgb(219,84,17); }

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

border-color css

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

 span { border-color: rgb(219,84,17); }

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