Html Css Color HEX #DB4F13 Tenne (Tawny)

📋 copy color: '#DB4F13'

red 219 ◦ green 79 ◦ blue 19

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

Shades of Tenne (Tawny) #DB4F13

Tints of Tenne (Tawny) #DB4F13

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.92%

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

R = 69.09%
G = 24.92%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB4F13 (or 0xDB4F13) is known color: Tenne (Tawny). HEX triplet: DB, 4F and 13. RGB value is (219,79,19). Sum of RGB (Red+Green+Blue) = 219+79+19=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4F13 is #24B0EC. Grayscale: #727272. Windows color (decimal): -2404589 or 1265627. OLE color: 1265627.

HSL color Cylindrical-coordinate representation of color #DB4F13: hue angle of 18º 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 #DB4F13 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 79 19 -
CMYK 0 0.64 0.91 0.14
HSL 18º 0.84% 0.47% -
HSV(B) 18º 0.91% 0.86% -
XYZ 32.13 20.7 2.92 -
YUV 114.02 74.38 202.88 -
System Red Green Blue C M Y K H S L
Decimal 219 79 19 0 0.64 0.91 0.14 18 0.84 0.47
Hex DB 4F 13 0 40 5B E 12 54 2F
Octal 333 117 23 0 100 133 16 22 124 57
Binary 11011011 1001111 10011 0 1000000 1011011 1110 10010 1010100 101111

Color Harmonies of #DB4F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F13

Black with #DB4F13

Text Example


Text Example

White with #DB4F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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