Html Css Color HEX #DB5309 Tenne (Tawny)

📋 copy color: '#DB5309'

red 219 ◦ green 83 ◦ blue 9

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

Shades of Tenne (Tawny) #DB5309

Tints of Tenne (Tawny) #DB5309

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.69%

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

R = 70.42%
G = 26.69%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB5309 (or 0xDB5309) is known color: Tenne (Tawny). HEX triplet: DB, 53 and 09. RGB value is (219,83,9). Sum of RGB (Red+Green+Blue) = 219+83+9=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5309 is #24ACF6. Grayscale: #737373. Windows color (decimal): -2403575 or 611291. OLE color: 611291.

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

Color convert

RGB 219 83 9 -
CMYK 0 0.62 0.96 0.14
HSL 21.14º 0.92% 0.45% -
HSV(B) 21.14º 0.96% 0.86% -
XYZ 32.36 21.27 2.66 -
YUV 115.23 68.06 202.02 -
System Red Green Blue C M Y K H S L
Decimal 219 83 9 0 0.62 0.96 0.14 21.14 0.92 0.45
Hex DB 53 9 0 3E 60 E 15 5C 2D
Octal 333 123 11 0 76 140 16 25 134 55
Binary 11011011 1010011 1001 0 111110 1100000 1110 10101 1011100 101101

Color Harmonies of #DB5309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5309

Black with #DB5309

Text Example


Text Example

White with #DB5309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5309; }

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

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

background-color css

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

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

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

border-color css

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

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

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