Html Css Color HEX #DB5808 Tenne (Tawny)

📋 copy color: '#DB5808'

red 219 ◦ green 88 ◦ blue 8

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

Shades of Tenne (Tawny) #DB5808

Tints of Tenne (Tawny) #DB5808

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.94%

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

R = 69.52%
G = 27.94%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB5808 (or 0xDB5808) is known color: Tenne (Tawny). HEX triplet: DB, 58 and 08. RGB value is (219,88,8). Sum of RGB (Red+Green+Blue) = 219+88+8=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5808 is #24A7F7. Grayscale: #767676. Windows color (decimal): -2402296 or 547035. OLE color: 547035.

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

Color convert

RGB 219 88 8 -
CMYK 0 0.60 0.96 0.14
HSL 22.75º 0.93% 0.45% -
HSV(B) 22.75º 0.96% 0.86% -
XYZ 32.75 22.06 2.76 -
YUV 118.05 65.9 200 -
System Red Green Blue C M Y K H S L
Decimal 219 88 8 0 0.60 0.96 0.14 22.75 0.93 0.45
Hex DB 58 8 0 3C 60 E 17 5D 2D
Octal 333 130 10 0 74 140 16 27 135 55
Binary 11011011 1011000 1000 0 111100 1100000 1110 10111 1011101 101101

Color Harmonies of #DB5808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5808

Black with #DB5808

Text Example


Text Example

White with #DB5808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5808; }

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

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

background-color css

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

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

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

border-color css

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

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

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