Html Css Color HEX #DB4F07 Tenne (Tawny)

📋 copy color: '#DB4F07'

red 219 ◦ green 79 ◦ blue 7

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

Shades of Tenne (Tawny) #DB4F07

Tints of Tenne (Tawny) #DB4F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.3%

R = 71.8%
G = 25.9%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB4F07 (or 0xDB4F07) is known color: Tenne (Tawny). HEX triplet: DB, 4F and 07. RGB value is (219,79,7). Sum of RGB (Red+Green+Blue) = 219+79+7=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4F07 is #24B0F8. Grayscale: #717171. Windows color (decimal): -2404601 or 479195. OLE color: 479195.

HSL color Cylindrical-coordinate representation of color #DB4F07: hue angle of 20.38º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB4F07 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 79 7 -
CMYK 0 0.64 0.97 0.14
HSL 20.38º 0.94% 0.44% -
HSV(B) 20.38º 0.97% 0.86% -
XYZ 32.05 20.67 2.5 -
YUV 112.65 68.38 203.85 -
System Red Green Blue C M Y K H S L
Decimal 219 79 7 0 0.64 0.97 0.14 20.38 0.94 0.44
Hex DB 4F 7 0 40 61 E 14 5E 2C
Octal 333 117 7 0 100 141 16 24 136 54
Binary 11011011 1001111 111 0 1000000 1100001 1110 10100 1011110 101100

Color Harmonies of #DB4F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F07

Black with #DB4F07

Text Example


Text Example

White with #DB4F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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