Html Css Color HEX #DB5413 Tenne (Tawny)

📋 copy color: '#DB5413'

red 219 ◦ green 84 ◦ blue 19

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

Shades of Tenne (Tawny) #DB5413

Tints of Tenne (Tawny) #DB5413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.9%

R = 68.01%
G = 26.09%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB5413 (or 0xDB5413) is known color: Tenne (Tawny). HEX triplet: DB, 54 and 13. RGB value is (219,84,19). Sum of RGB (Red+Green+Blue) = 219+84+19=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5413 is #24ABEC. Grayscale: #757575. Windows color (decimal): -2403309 or 1266907. OLE color: 1266907.

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

Color convert

RGB 219 84 19 -
CMYK 0 0.62 0.91 0.14
HSL 19.5º 0.84% 0.47% -
HSV(B) 19.5º 0.91% 0.86% -
XYZ 32.5 21.45 3.04 -
YUV 116.96 72.73 200.79 -
System Red Green Blue C M Y K H S L
Decimal 219 84 19 0 0.62 0.91 0.14 19.5 0.84 0.47
Hex DB 54 13 0 3E 5B E 14 54 2F
Octal 333 124 23 0 76 133 16 24 124 57
Binary 11011011 1010100 10011 0 111110 1011011 1110 10100 1010100 101111

Color Harmonies of #DB5413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5413

Black with #DB5413

Text Example


Text Example

White with #DB5413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5413; }

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

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

background-color css

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

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

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

border-color css

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

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

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