Html Css Color HEX #DB5011 Tenne (Tawny)

📋 copy color: '#DB5011'

red 219 ◦ green 80 ◦ blue 17

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

Shades of Tenne (Tawny) #DB5011

Tints of Tenne (Tawny) #DB5011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

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

R = 69.3%
G = 25.32%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB5011 (or 0xDB5011) is known color: Tenne (Tawny). HEX triplet: DB, 50 and 11. RGB value is (219,80,17). Sum of RGB (Red+Green+Blue) = 219+80+17=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5011 is #24AFEE. Grayscale: #727272. Windows color (decimal): -2404335 or 1134811. OLE color: 1134811.

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

Color convert

RGB 219 80 17 -
CMYK 0 0.63 0.92 0.14
HSL 18.71º 0.86% 0.46% -
HSV(B) 18.71º 0.92% 0.86% -
XYZ 32.18 20.84 2.86 -
YUV 114.38 73.05 202.62 -
System Red Green Blue C M Y K H S L
Decimal 219 80 17 0 0.63 0.92 0.14 18.71 0.86 0.46
Hex DB 50 11 0 3F 5C E 13 56 2E
Octal 333 120 21 0 77 134 16 23 126 56
Binary 11011011 1010000 10001 0 111111 1011100 1110 10011 1010110 101110

Color Harmonies of #DB5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5011

Black with #DB5011

Text Example


Text Example

White with #DB5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5011; }

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

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

background-color css

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

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

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

border-color css

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

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

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