Html Css Color HEX #DB5513 Tenne (Tawny)

📋 copy color: '#DB5513'

red 219 ◦ green 85 ◦ blue 19

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

Shades of Tenne (Tawny) #DB5513

Tints of Tenne (Tawny) #DB5513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.32%

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

R = 67.8%
G = 26.32%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB5513 (or 0xDB5513) is known color: Tenne (Tawny). HEX triplet: DB, 55 and 13. RGB value is (219,85,19). Sum of RGB (Red+Green+Blue) = 219+85+19=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5513 is #24AAEC. Grayscale: #757575. Windows color (decimal): -2403053 or 1267163. OLE color: 1267163.

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

Color convert

RGB 219 85 19 -
CMYK 0 0.61 0.91 0.14
HSL 19.8º 0.84% 0.47% -
HSV(B) 19.8º 0.91% 0.86% -
XYZ 32.58 21.6 3.07 -
YUV 117.54 72.39 200.37 -
System Red Green Blue C M Y K H S L
Decimal 219 85 19 0 0.61 0.91 0.14 19.8 0.84 0.47
Hex DB 55 13 0 3D 5B E 14 54 2F
Octal 333 125 23 0 75 133 16 24 124 57
Binary 11011011 1010101 10011 0 111101 1011011 1110 10100 1010100 101111

Color Harmonies of #DB5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5513

Black with #DB5513

Text Example


Text Example

White with #DB5513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5513; }

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

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

background-color css

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

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

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

border-color css

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

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

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