Html Css Color HEX #DB4F14 Tenne (Tawny)

📋 copy color: '#DB4F14'

red 219 ◦ green 79 ◦ blue 20

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

Shades of Tenne (Tawny) #DB4F14

Tints of Tenne (Tawny) #DB4F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.84%

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

R = 68.87%
G = 24.84%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB4F14 (or 0xDB4F14) is known color: Tenne (Tawny). HEX triplet: DB, 4F and 14. RGB value is (219,79,20). Sum of RGB (Red+Green+Blue) = 219+79+20=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4F14 is #24B0EB. Grayscale: #727272. Windows color (decimal): -2404588 or 1331163. OLE color: 1331163.

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

Color convert

RGB 219 79 20 -
CMYK 0 0.64 0.91 0.14
HSL 17.79º 0.83% 0.47% -
HSV(B) 17.79º 0.91% 0.86% -
XYZ 32.14 20.7 2.96 -
YUV 114.13 74.88 202.8 -
System Red Green Blue C M Y K H S L
Decimal 219 79 20 0 0.64 0.91 0.14 17.79 0.83 0.47
Hex DB 4F 14 0 40 5B E 12 53 2F
Octal 333 117 24 0 100 133 16 22 123 57
Binary 11011011 1001111 10100 0 1000000 1011011 1110 10010 1010011 101111

Color Harmonies of #DB4F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F14

Black with #DB4F14

Text Example


Text Example

White with #DB4F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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