Html Css Color HEX #DB5E00 Tenne (Tawny)

📋 copy color: '#DB5E00'

red 219 ◦ green 94 ◦ blue 0

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

Shades of Tenne (Tawny) #DB5E00

Tints of Tenne (Tawny) #DB5E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.03%

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

R = 69.97%
G = 30.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB5E00 (or 0xDB5E00) is known color: Tenne (Tawny). HEX triplet: DB, 5E and 00. RGB value is (219,94,0). Sum of RGB (Red+Green+Blue) = 219+94+0=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5E00 is #24A1FF. Grayscale: #797979. Windows color (decimal): -2400768 or 24283. OLE color: 24283.

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

Color convert

RGB 219 94 0 -
CMYK 0 0.57 1 0.14
HSL 25.75º 1% 0.43% -
HSV(B) 25.75º 1% 0.86% -
XYZ 33.22 23.07 2.7 -
YUV 120.66 59.91 198.14 -
System Red Green Blue C M Y K H S L
Decimal 219 94 0 0 0.57 1 0.14 25.75 1 0.43
Hex DB 5E 0 0 39 64 E 1A 64 2B
Octal 333 136 0 0 71 144 16 32 144 53
Binary 11011011 1011110 0 0 111001 1100100 1110 11010 1100100 101011

Color Harmonies of #DB5E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5E00

Black with #DB5E00

Text Example


Text Example

White with #DB5E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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