Html Css Color HEX #DB4607 Tenne (Tawny)

📋 copy color: '#DB4607'

red 219 ◦ green 70 ◦ blue 7

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

Shades of Tenne (Tawny) #DB4607

Tints of Tenne (Tawny) #DB4607

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.65%

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

R = 73.99%
G = 23.65%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB4607 (or 0xDB4607) is known color: Tenne (Tawny). HEX triplet: DB, 46 and 07. RGB value is (219,70,7). Sum of RGB (Red+Green+Blue) = 219+70+7=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4607 is #24B9F8. Grayscale: #6B6B6B. Windows color (decimal): -2406905 or 476891. OLE color: 476891.

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

Color convert

RGB 219 70 7 -
CMYK 0 0.68 0.97 0.14
HSL 17.83º 0.94% 0.44% -
HSV(B) 17.83º 0.97% 0.86% -
XYZ 31.44 19.46 2.3 -
YUV 107.37 71.36 207.62 -
System Red Green Blue C M Y K H S L
Decimal 219 70 7 0 0.68 0.97 0.14 17.83 0.94 0.44
Hex DB 46 7 0 44 61 E 12 5E 2C
Octal 333 106 7 0 104 141 16 22 136 54
Binary 11011011 1000110 111 0 1000100 1100001 1110 10010 1011110 101100

Color Harmonies of #DB4607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4607

Black with #DB4607

Text Example


Text Example

White with #DB4607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4607; }

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

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

background-color css

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

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

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

border-color css

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

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

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