Html Css Color HEX #DB4A10 Tenne (Tawny)

📋 copy color: '#DB4A10'

red 219 ◦ green 74 ◦ blue 16

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

Shades of Tenne (Tawny) #DB4A10

Tints of Tenne (Tawny) #DB4A10

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.95%

 BLUE value IS 16 (6.64% from 255) = 5.18%

R = 70.87%
G = 23.95%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB4A10 (or 0xDB4A10) is known color: Tenne (Tawny). HEX triplet: DB, 4A and 10. RGB value is (219,74,16). Sum of RGB (Red+Green+Blue) = 219+74+16=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4A10 is #24B5EF. Grayscale: #6F6F6F. Windows color (decimal): -2405872 or 1067739. OLE color: 1067739.

HSL color Cylindrical-coordinate representation of color #DB4A10: hue angle of 17.14º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB4A10 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 74 16 -
CMYK 0 0.66 0.93 0.14
HSL 17.14º 0.86% 0.46% -
HSV(B) 17.14º 0.93% 0.86% -
XYZ 31.76 20 2.68 -
YUV 110.74 74.54 205.22 -
System Red Green Blue C M Y K H S L
Decimal 219 74 16 0 0.66 0.93 0.14 17.14 0.86 0.46
Hex DB 4A 10 0 42 5D E 11 56 2E
Octal 333 112 20 0 102 135 16 21 126 56
Binary 11011011 1001010 10000 0 1000010 1011101 1110 10001 1010110 101110

Color Harmonies of #DB4A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A10

Black with #DB4A10

Text Example


Text Example

White with #DB4A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A10; }

 p { color: rgb(219,74,16); }

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

background-color css

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

 a { background-color: rgb(219,74,16); }

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

border-color css

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

 span { border-color: rgb(219,74,16); }

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