Html Css Color HEX #DB6208 Tenne (Tawny)

📋 copy color: '#DB6208'

red 219 ◦ green 98 ◦ blue 8

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

Shades of Tenne (Tawny) #DB6208

Tints of Tenne (Tawny) #DB6208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.15%

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

R = 67.38%
G = 30.15%
B = 2.46%

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

#DB6208 (or 0xDB6208) is known color: Tenne (Tawny). HEX triplet: DB, 62 and 08. RGB value is (219,98,8). Sum of RGB (Red+Green+Blue) = 219+98+8=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6208 is #249DF7. Grayscale: #7C7C7C. Windows color (decimal): -2399736 or 549595. OLE color: 549595.

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

Color convert

RGB 219 98 8 -
CMYK 0 0.55 0.96 0.14
HSL 25.59º 0.93% 0.45% -
HSV(B) 25.59º 0.96% 0.86% -
XYZ 33.62 23.81 3.05 -
YUV 123.92 62.59 195.82 -
System Red Green Blue C M Y K H S L
Decimal 219 98 8 0 0.55 0.96 0.14 25.59 0.93 0.45
Hex DB 62 8 0 37 60 E 1A 5D 2D
Octal 333 142 10 0 67 140 16 32 135 55
Binary 11011011 1100010 1000 0 110111 1100000 1110 11010 1011101 101101

Color Harmonies of #DB6208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6208

Black with #DB6208

Text Example


Text Example

White with #DB6208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6208; }

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

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

background-color css

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

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

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

border-color css

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

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

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