Html Css Color HEX #DB4F06 Tenne (Tawny)

📋 copy color: '#DB4F06'

red 219 ◦ green 79 ◦ blue 6

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

Shades of Tenne (Tawny) #DB4F06

Tints of Tenne (Tawny) #DB4F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.97%

R = 72.04%
G = 25.99%
B = 1.97%

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

#DB4F06 (or 0xDB4F06) is known color: Tenne (Tawny). HEX triplet: DB, 4F and 06. RGB value is (219,79,6). Sum of RGB (Red+Green+Blue) = 219+79+6=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4F06 is #24B0F9. Grayscale: #707070. Windows color (decimal): -2404602 or 413659. OLE color: 413659.

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

Color convert

RGB 219 79 6 -
CMYK 0 0.64 0.97 0.14
HSL 20.56º 0.95% 0.44% -
HSV(B) 20.56º 0.97% 0.86% -
XYZ 32.04 20.67 2.47 -
YUV 112.54 67.88 203.94 -
System Red Green Blue C M Y K H S L
Decimal 219 79 6 0 0.64 0.97 0.14 20.56 0.95 0.44
Hex DB 4F 6 0 40 61 E 15 5F 2C
Octal 333 117 6 0 100 141 16 25 137 54
Binary 11011011 1001111 110 0 1000000 1100001 1110 10101 1011111 101100

Color Harmonies of #DB4F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F06

Black with #DB4F06

Text Example


Text Example

White with #DB4F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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