Html Css Color HEX #DB4A0F Tenne (Tawny)

📋 copy color: '#DB4A0F'

red 219 ◦ green 74 ◦ blue 15

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

Shades of Tenne (Tawny) #DB4A0F

Tints of Tenne (Tawny) #DB4A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.87%

R = 71.1%
G = 24.03%
B = 4.87%

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

#DB4A0F (or 0xDB4A0F) is known color: Tenne (Tawny). HEX triplet: DB, 4A and 0F. RGB value is (219,74,15). Sum of RGB (Red+Green+Blue) = 219+74+15=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4A0F is #24B5F0. Grayscale: #6F6F6F. Windows color (decimal): -2405873 or 1002203. OLE color: 1002203.

HSL color Cylindrical-coordinate representation of color #DB4A0F: hue angle of 17.35º degrees, saturation: 0.87, 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 #DB4A0F is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 74 15 -
CMYK 0 0.66 0.93 0.14
HSL 17.35º 0.87% 0.46% -
HSV(B) 17.35º 0.93% 0.86% -
XYZ 31.75 19.99 2.64 -
YUV 110.63 74.04 205.3 -
System Red Green Blue C M Y K H S L
Decimal 219 74 15 0 0.66 0.93 0.14 17.35 0.87 0.46
Hex DB 4A F 0 42 5D E 11 57 2E
Octal 333 112 17 0 102 135 16 21 127 56
Binary 11011011 1001010 1111 0 1000010 1011101 1110 10001 1010111 101110

Color Harmonies of #DB4A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A0F

Black with #DB4A0F

Text Example


Text Example

White with #DB4A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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