Html Css Color HEX #DB6409 Tenne (Tawny)

📋 copy color: '#DB6409'

red 219 ◦ green 100 ◦ blue 9

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

Shades of Tenne (Tawny) #DB6409

Tints of Tenne (Tawny) #DB6409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

 BLUE value IS 9 (3.91% from 255) = 2.74%

R = 66.77%
G = 30.49%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB6409 (or 0xDB6409) is known color: Tenne (Tawny). HEX triplet: DB, 64 and 09. RGB value is (219,100,9). Sum of RGB (Red+Green+Blue) = 219+100+9=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6409 is #249BF6. Grayscale: #7D7D7D. Windows color (decimal): -2399223 or 615643. OLE color: 615643.

HSL color Cylindrical-coordinate representation of color #DB6409: hue angle of 26º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB6409 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 100 9 -
CMYK 0 0.54 0.96 0.14
HSL 26º 0.92% 0.45% -
HSV(B) 26º 0.96% 0.86% -
XYZ 33.82 24.19 3.15 -
YUV 125.21 62.42 194.9 -
System Red Green Blue C M Y K H S L
Decimal 219 100 9 0 0.54 0.96 0.14 26 0.92 0.45
Hex DB 64 9 0 36 60 E 1A 5C 2D
Octal 333 144 11 0 66 140 16 32 134 55
Binary 11011011 1100100 1001 0 110110 1100000 1110 11010 1011100 101101

Color Harmonies of #DB6409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6409

Black with #DB6409

Text Example


Text Example

White with #DB6409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6409; }

 p { color: rgb(219,100,9); }

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

background-color css

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

 a { background-color: rgb(219,100,9); }

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

border-color css

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

 span { border-color: rgb(219,100,9); }

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