Html Css Color HEX #DB5B0E Tenne (Tawny)

📋 copy color: '#DB5B0E'

red 219 ◦ green 91 ◦ blue 14

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

Shades of Tenne (Tawny) #DB5B0E

Tints of Tenne (Tawny) #DB5B0E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.09%

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 67.59%
G = 28.09%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB5B0E (or 0xDB5B0E) is known color: Tenne (Tawny). HEX triplet: DB, 5B and 0E. RGB value is (219,91,14). Sum of RGB (Red+Green+Blue) = 219+91+14=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5B0E is #24A4F1. Grayscale: #787878. Windows color (decimal): -2401522 or 941019. OLE color: 941019.

HSL color Cylindrical-coordinate representation of color #DB5B0E: hue angle of 22.54º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB5B0E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 91 14 -
CMYK 0 0.58 0.94 0.14
HSL 22.54º 0.88% 0.46% -
HSV(B) 22.54º 0.94% 0.86% -
XYZ 33.03 22.57 3.03 -
YUV 120.49 67.91 198.26 -
System Red Green Blue C M Y K H S L
Decimal 219 91 14 0 0.58 0.94 0.14 22.54 0.88 0.46
Hex DB 5B E 0 3A 5E E 17 58 2E
Octal 333 133 16 0 72 136 16 27 130 56
Binary 11011011 1011011 1110 0 111010 1011110 1110 10111 1011000 101110

Color Harmonies of #DB5B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B0E

Black with #DB5B0E

Text Example


Text Example

White with #DB5B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B0E; }

 p { color: rgb(219,91,14); }

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

background-color css

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

 a { background-color: rgb(219,91,14); }

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

border-color css

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

 span { border-color: rgb(219,91,14); }

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