Html Css Color HEX #DB5209 Tenne (Tawny)

📋 copy color: '#DB5209'

red 219 ◦ green 82 ◦ blue 9

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

Shades of Tenne (Tawny) #DB5209

Tints of Tenne (Tawny) #DB5209

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.45%

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

R = 70.65%
G = 26.45%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB5209 (or 0xDB5209) is known color: Tenne (Tawny). HEX triplet: DB, 52 and 09. RGB value is (219,82,9). Sum of RGB (Red+Green+Blue) = 219+82+9=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5209 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5209 is #24ADF6. Grayscale: #737373. Windows color (decimal): -2403831 or 611035. OLE color: 611035.

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

Color convert

RGB 219 82 9 -
CMYK 0 0.63 0.96 0.14
HSL 20.86º 0.92% 0.45% -
HSV(B) 20.86º 0.96% 0.86% -
XYZ 32.28 21.11 2.63 -
YUV 114.64 68.39 202.44 -
System Red Green Blue C M Y K H S L
Decimal 219 82 9 0 0.63 0.96 0.14 20.86 0.92 0.45
Hex DB 52 9 0 3F 60 E 15 5C 2D
Octal 333 122 11 0 77 140 16 25 134 55
Binary 11011011 1010010 1001 0 111111 1100000 1110 10101 1011100 101101

Color Harmonies of #DB5209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5209

Black with #DB5209

Text Example


Text Example

White with #DB5209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5209; }

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

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

background-color css

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

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

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

border-color css

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

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

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