Html Css Color HEX #DB4609 Tenne (Tawny)

📋 copy color: '#DB4609'

red 219 ◦ green 70 ◦ blue 9

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

Shades of Tenne (Tawny) #DB4609

Tints of Tenne (Tawny) #DB4609

RGB

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

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

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

R = 73.49%
G = 23.49%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB4609 (or 0xDB4609) is known color: Tenne (Tawny). HEX triplet: DB, 46 and 09. RGB value is (219,70,9). Sum of RGB (Red+Green+Blue) = 219+70+9=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4609 is #24B9F6. Grayscale: #6B6B6B. Windows color (decimal): -2406903 or 607963. OLE color: 607963.

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

Color convert

RGB 219 70 9 -
CMYK 0 0.68 0.96 0.14
HSL 17.43º 0.92% 0.45% -
HSV(B) 17.43º 0.96% 0.86% -
XYZ 31.45 19.46 2.36 -
YUV 107.6 72.36 207.46 -
System Red Green Blue C M Y K H S L
Decimal 219 70 9 0 0.68 0.96 0.14 17.43 0.92 0.45
Hex DB 46 9 0 44 60 E 11 5C 2D
Octal 333 106 11 0 104 140 16 21 134 55
Binary 11011011 1000110 1001 0 1000100 1100000 1110 10001 1011100 101101

Color Harmonies of #DB4609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4609

Black with #DB4609

Text Example


Text Example

White with #DB4609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4609; }

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

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

background-color css

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

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

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

border-color css

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

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

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