Html Css Color HEX #DB5308 Tenne (Tawny)

📋 copy color: '#DB5308'

red 219 ◦ green 83 ◦ blue 8

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

Shades of Tenne (Tawny) #DB5308

Tints of Tenne (Tawny) #DB5308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.58%

R = 70.65%
G = 26.77%
B = 2.58%

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

#DB5308 (or 0xDB5308) is known color: Tenne (Tawny). HEX triplet: DB, 53 and 08. RGB value is (219,83,8). Sum of RGB (Red+Green+Blue) = 219+83+8=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5308 is #24ACF7. Grayscale: #737373. Windows color (decimal): -2403576 or 545755. OLE color: 545755.

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

Color convert

RGB 219 83 8 -
CMYK 0 0.62 0.96 0.14
HSL 21.33º 0.93% 0.45% -
HSV(B) 21.33º 0.96% 0.86% -
XYZ 32.35 21.26 2.63 -
YUV 115.11 67.56 202.1 -
System Red Green Blue C M Y K H S L
Decimal 219 83 8 0 0.62 0.96 0.14 21.33 0.93 0.45
Hex DB 53 8 0 3E 60 E 15 5D 2D
Octal 333 123 10 0 76 140 16 25 135 55
Binary 11011011 1010011 1000 0 111110 1100000 1110 10101 1011101 101101

Color Harmonies of #DB5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5308

Black with #DB5308

Text Example


Text Example

White with #DB5308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5308; }

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

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

background-color css

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

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

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

border-color css

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

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

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