Html Css Color HEX #DB5012 Tenne (Tawny)

📋 copy color: '#DB5012'

red 219 ◦ green 80 ◦ blue 18

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

Shades of Tenne (Tawny) #DB5012

Tints of Tenne (Tawny) #DB5012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.68%

R = 69.09%
G = 25.24%
B = 5.68%

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

#DB5012 (or 0xDB5012) is known color: Tenne (Tawny). HEX triplet: DB, 50 and 12. RGB value is (219,80,18). Sum of RGB (Red+Green+Blue) = 219+80+18=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5012 is #24AFED. Grayscale: #727272. Windows color (decimal): -2404334 or 1200347. OLE color: 1200347.

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

Color convert

RGB 219 80 18 -
CMYK 0 0.63 0.92 0.14
HSL 18.51º 0.85% 0.46% -
HSV(B) 18.51º 0.92% 0.86% -
XYZ 32.19 20.84 2.9 -
YUV 114.49 73.55 202.54 -
System Red Green Blue C M Y K H S L
Decimal 219 80 18 0 0.63 0.92 0.14 18.51 0.85 0.46
Hex DB 50 12 0 3F 5C E 13 55 2E
Octal 333 120 22 0 77 134 16 23 125 56
Binary 11011011 1010000 10010 0 111111 1011100 1110 10011 1010101 101110

Color Harmonies of #DB5012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5012

Black with #DB5012

Text Example


Text Example

White with #DB5012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5012; }

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

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

background-color css

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

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

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

border-color css

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

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

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