Html Css Color HEX #DB5800 Tenne (Tawny)

📋 copy color: '#DB5800'

red 219 ◦ green 88 ◦ blue 0

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

Shades of Tenne (Tawny) #DB5800

Tints of Tenne (Tawny) #DB5800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.34%
G = 28.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB5800 (or 0xDB5800) is known color: Tenne (Tawny). HEX triplet: DB, 58 and 00. RGB value is (219,88,0). Sum of RGB (Red+Green+Blue) = 219+88+0=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5800 is #24A7FF. Grayscale: #757575. Windows color (decimal): -2402304 or 22747. OLE color: 22747.

HSL color Cylindrical-coordinate representation of color #DB5800: hue angle of 24.11º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB5800 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 88 0 -
CMYK 0 0.60 1 0.14
HSL 24.11º 1% 0.43% -
HSV(B) 24.11º 1% 0.86% -
XYZ 32.7 22.04 2.53 -
YUV 117.14 61.9 200.66 -
System Red Green Blue C M Y K H S L
Decimal 219 88 0 0 0.60 1 0.14 24.11 1 0.43
Hex DB 58 0 0 3C 64 E 18 64 2B
Octal 333 130 0 0 74 144 16 30 144 53
Binary 11011011 1011000 0 0 111100 1100100 1110 11000 1100100 101011

Color Harmonies of #DB5800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5800

Black with #DB5800

Text Example


Text Example

White with #DB5800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5800; }

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

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

background-color css

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

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

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

border-color css

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

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

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