Html Css Color HEX #DB5014 Tenne (Tawny)

📋 copy color: '#DB5014'

red 219 ◦ green 80 ◦ blue 20

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

Shades of Tenne (Tawny) #DB5014

Tints of Tenne (Tawny) #DB5014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.27%

R = 68.65%
G = 25.08%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB5014 (or 0xDB5014) is known color: Tenne (Tawny). HEX triplet: DB, 50 and 14. RGB value is (219,80,20). Sum of RGB (Red+Green+Blue) = 219+80+20=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5014 is #24AFEB. Grayscale: #737373. Windows color (decimal): -2404332 or 1331419. OLE color: 1331419.

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

Color convert

RGB 219 80 20 -
CMYK 0 0.63 0.91 0.14
HSL 18.09º 0.83% 0.47% -
HSV(B) 18.09º 0.91% 0.86% -
XYZ 32.21 20.85 2.99 -
YUV 114.72 74.55 202.38 -
System Red Green Blue C M Y K H S L
Decimal 219 80 20 0 0.63 0.91 0.14 18.09 0.83 0.47
Hex DB 50 14 0 3F 5B E 12 53 2F
Octal 333 120 24 0 77 133 16 22 123 57
Binary 11011011 1010000 10100 0 111111 1011011 1110 10010 1010011 101111

Color Harmonies of #DB5014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5014

Black with #DB5014

Text Example


Text Example

White with #DB5014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5014; }

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

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

background-color css

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

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

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

border-color css

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

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

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