Html Css Color HEX #DB4407 Tenne (Tawny)

📋 copy color: '#DB4407'

red 219 ◦ green 68 ◦ blue 7

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

Shades of Tenne (Tawny) #DB4407

Tints of Tenne (Tawny) #DB4407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.13%

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

R = 74.49%
G = 23.13%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB4407 (or 0xDB4407) is known color: Tenne (Tawny). HEX triplet: DB, 44 and 07. RGB value is (219,68,7). Sum of RGB (Red+Green+Blue) = 219+68+7=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4407 is #24BBF8. Grayscale: #6A6A6A. Windows color (decimal): -2407417 or 476379. OLE color: 476379.

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

Color convert

RGB 219 68 7 -
CMYK 0 0.69 0.97 0.14
HSL 17.26º 0.94% 0.44% -
HSV(B) 17.26º 0.97% 0.86% -
XYZ 31.32 19.21 2.26 -
YUV 106.2 72.03 208.46 -
System Red Green Blue C M Y K H S L
Decimal 219 68 7 0 0.69 0.97 0.14 17.26 0.94 0.44
Hex DB 44 7 0 45 61 E 11 5E 2C
Octal 333 104 7 0 105 141 16 21 136 54
Binary 11011011 1000100 111 0 1000101 1100001 1110 10001 1011110 101100

Color Harmonies of #DB4407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4407

Black with #DB4407

Text Example


Text Example

White with #DB4407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4407; }

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

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

background-color css

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

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

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

border-color css

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

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

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