Html Css Color HEX #DB5611 Tenne (Tawny)

📋 copy color: '#DB5611'

red 219 ◦ green 86 ◦ blue 17

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

Shades of Tenne (Tawny) #DB5611

Tints of Tenne (Tawny) #DB5611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.71%

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

R = 68.01%
G = 26.71%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB5611 (or 0xDB5611) is known color: Tenne (Tawny). HEX triplet: DB, 56 and 11. RGB value is (219,86,17). Sum of RGB (Red+Green+Blue) = 219+86+17=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5611 is #24A9EE. Grayscale: #767676. Windows color (decimal): -2402799 or 1136347. OLE color: 1136347.

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

Color convert

RGB 219 86 17 -
CMYK 0 0.61 0.92 0.14
HSL 20.5º 0.86% 0.46% -
HSV(B) 20.5º 0.92% 0.86% -
XYZ 32.64 21.76 3.01 -
YUV 117.9 71.06 200.11 -
System Red Green Blue C M Y K H S L
Decimal 219 86 17 0 0.61 0.92 0.14 20.5 0.86 0.46
Hex DB 56 11 0 3D 5C E 14 56 2E
Octal 333 126 21 0 75 134 16 24 126 56
Binary 11011011 1010110 10001 0 111101 1011100 1110 10100 1010110 101110

Color Harmonies of #DB5611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5611

Black with #DB5611

Text Example


Text Example

White with #DB5611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5611; }

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

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

background-color css

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

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

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

border-color css

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

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

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