Html Css Color HEX #DB500E Tenne (Tawny)

📋 copy color: '#DB500E'

red 219 ◦ green 80 ◦ blue 14

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

Shades of Tenne (Tawny) #DB500E

Tints of Tenne (Tawny) #DB500E

RGB

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

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

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

R = 69.97%
G = 25.56%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB500E (or 0xDB500E) is known color: Tenne (Tawny). HEX triplet: DB, 50 and 0E. RGB value is (219,80,14). Sum of RGB (Red+Green+Blue) = 219+80+14=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB500E is #24AFF1. Grayscale: #727272. Windows color (decimal): -2404338 or 938203. OLE color: 938203.

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

Color convert

RGB 219 80 14 -
CMYK 0 0.63 0.94 0.14
HSL 19.32º 0.88% 0.46% -
HSV(B) 19.32º 0.94% 0.86% -
XYZ 32.16 20.83 2.74 -
YUV 114.04 71.55 202.87 -
System Red Green Blue C M Y K H S L
Decimal 219 80 14 0 0.63 0.94 0.14 19.32 0.88 0.46
Hex DB 50 E 0 3F 5E E 13 58 2E
Octal 333 120 16 0 77 136 16 23 130 56
Binary 11011011 1010000 1110 0 111111 1011110 1110 10011 1011000 101110

Color Harmonies of #DB500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB500E

Black with #DB500E

Text Example


Text Example

White with #DB500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB500E; }

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

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

background-color css

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

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

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

border-color css

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

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

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