Html Css Color HEX #DB550E Tenne (Tawny)

📋 copy color: '#DB550E'

red 219 ◦ green 85 ◦ blue 14

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

Shades of Tenne (Tawny) #DB550E

Tints of Tenne (Tawny) #DB550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.73%

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 68.87%
G = 26.73%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB550E (or 0xDB550E) is known color: Tenne (Tawny). HEX triplet: DB, 55 and 0E. RGB value is (219,85,14). Sum of RGB (Red+Green+Blue) = 219+85+14=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB550E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB550E is #24AAF1. Grayscale: #757575. Windows color (decimal): -2403058 or 939483. OLE color: 939483.

HSL color Cylindrical-coordinate representation of color #DB550E: hue angle of 20.78º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB550E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 85 14 -
CMYK 0 0.61 0.94 0.14
HSL 20.78º 0.88% 0.46% -
HSV(B) 20.78º 0.94% 0.86% -
XYZ 32.54 21.59 2.87 -
YUV 116.97 69.89 200.77 -
System Red Green Blue C M Y K H S L
Decimal 219 85 14 0 0.61 0.94 0.14 20.78 0.88 0.46
Hex DB 55 E 0 3D 5E E 15 58 2E
Octal 333 125 16 0 75 136 16 25 130 56
Binary 11011011 1010101 1110 0 111101 1011110 1110 10101 1011000 101110

Color Harmonies of #DB550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB550E

Black with #DB550E

Text Example


Text Example

White with #DB550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB550E; }

 p { color: rgb(219,85,14); }

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

background-color css

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

 a { background-color: rgb(219,85,14); }

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

border-color css

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

 span { border-color: rgb(219,85,14); }

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