Html Css Color HEX #DB6308 Tenne (Tawny)

📋 copy color: '#DB6308'

red 219 ◦ green 99 ◦ blue 8

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

Shades of Tenne (Tawny) #DB6308

Tints of Tenne (Tawny) #DB6308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

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

R = 67.18%
G = 30.37%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB6308 (or 0xDB6308) is known color: Tenne (Tawny). HEX triplet: DB, 63 and 08. RGB value is (219,99,8). Sum of RGB (Red+Green+Blue) = 219+99+8=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6308 is #249CF7. Grayscale: #7C7C7C. Windows color (decimal): -2399480 or 549851. OLE color: 549851.

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

Color convert

RGB 219 99 8 -
CMYK 0 0.55 0.96 0.14
HSL 25.88º 0.93% 0.45% -
HSV(B) 25.88º 0.96% 0.86% -
XYZ 33.72 24 3.09 -
YUV 124.51 62.26 195.4 -
System Red Green Blue C M Y K H S L
Decimal 219 99 8 0 0.55 0.96 0.14 25.88 0.93 0.45
Hex DB 63 8 0 37 60 E 1A 5D 2D
Octal 333 143 10 0 67 140 16 32 135 55
Binary 11011011 1100011 1000 0 110111 1100000 1110 11010 1011101 101101

Color Harmonies of #DB6308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6308

Black with #DB6308

Text Example


Text Example

White with #DB6308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6308; }

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

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

background-color css

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

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

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

border-color css

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

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

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