Html Css Color HEX #DB5015 Tenne (Tawny)

📋 copy color: '#DB5015'

red 219 ◦ green 80 ◦ blue 21

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

Shades of Tenne (Tawny) #DB5015

Tints of Tenne (Tawny) #DB5015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.56%

R = 68.44%
G = 25%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB5015 (or 0xDB5015) is known color: Tenne (Tawny). HEX triplet: DB, 50 and 15. RGB value is (219,80,21). Sum of RGB (Red+Green+Blue) = 219+80+21=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5015 is #24AFEA. Grayscale: #737373. Windows color (decimal): -2404331 or 1396955. OLE color: 1396955.

HSL color Cylindrical-coordinate representation of color #DB5015: hue angle of 17.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB5015 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 80 21 -
CMYK 0 0.63 0.90 0.14
HSL 17.88º 0.83% 0.47% -
HSV(B) 17.88º 0.9% 0.86% -
XYZ 32.22 20.85 3.04 -
YUV 114.84 75.05 202.3 -
System Red Green Blue C M Y K H S L
Decimal 219 80 21 0 0.63 0.90 0.14 17.88 0.83 0.47
Hex DB 50 15 0 3F 5A E 12 52 2F
Octal 333 120 25 0 77 132 16 22 122 57
Binary 11011011 1010000 10101 0 111111 1011010 1110 10010 1010010 101111

Color Harmonies of #DB5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5015

Black with #DB5015

Text Example


Text Example

White with #DB5015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5015; }

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

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

background-color css

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

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

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

border-color css

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

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

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