Html Css Color HEX #DB4406 Tenne (Tawny)

📋 copy color: '#DB4406'

red 219 ◦ green 68 ◦ blue 6

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

Shades of Tenne (Tawny) #DB4406

Tints of Tenne (Tawny) #DB4406

RGB

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

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

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

R = 74.74%
G = 23.21%
B = 2.05%

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

#DB4406 (or 0xDB4406) is known color: Tenne (Tawny). HEX triplet: DB, 44 and 06. RGB value is (219,68,6). Sum of RGB (Red+Green+Blue) = 219+68+6=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4406 is #24BBF9. Grayscale: #6A6A6A. Windows color (decimal): -2407418 or 410843. OLE color: 410843.

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

Color convert

RGB 219 68 6 -
CMYK 0 0.69 0.97 0.14
HSL 17.46º 0.95% 0.44% -
HSV(B) 17.46º 0.97% 0.86% -
XYZ 31.31 19.21 2.23 -
YUV 106.08 71.53 208.54 -
System Red Green Blue C M Y K H S L
Decimal 219 68 6 0 0.69 0.97 0.14 17.46 0.95 0.44
Hex DB 44 6 0 45 61 E 11 5F 2C
Octal 333 104 6 0 105 141 16 21 137 54
Binary 11011011 1000100 110 0 1000101 1100001 1110 10001 1011111 101100

Color Harmonies of #DB4406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4406

Black with #DB4406

Text Example


Text Example

White with #DB4406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4406; }

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

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

background-color css

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

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

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

border-color css

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

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

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