Html Css Color HEX #DB560E Tenne (Tawny)

📋 copy color: '#DB560E'

red 219 ◦ green 86 ◦ blue 14

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

Shades of Tenne (Tawny) #DB560E

Tints of Tenne (Tawny) #DB560E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.96%

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

R = 68.65%
G = 26.96%
B = 4.39%

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

#DB560E (or 0xDB560E) is known color: Tenne (Tawny). HEX triplet: DB, 56 and 0E. RGB value is (219,86,14). Sum of RGB (Red+Green+Blue) = 219+86+14=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB560E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB560E is #24A9F1. Grayscale: #757575. Windows color (decimal): -2402802 or 939739. OLE color: 939739.

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

Color convert

RGB 219 86 14 -
CMYK 0 0.61 0.94 0.14
HSL 21.07º 0.88% 0.46% -
HSV(B) 21.07º 0.94% 0.86% -
XYZ 32.62 21.75 2.89 -
YUV 117.56 69.56 200.35 -
System Red Green Blue C M Y K H S L
Decimal 219 86 14 0 0.61 0.94 0.14 21.07 0.88 0.46
Hex DB 56 E 0 3D 5E E 15 58 2E
Octal 333 126 16 0 75 136 16 25 130 56
Binary 11011011 1010110 1110 0 111101 1011110 1110 10101 1011000 101110

Color Harmonies of #DB560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB560E

Black with #DB560E

Text Example


Text Example

White with #DB560E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB560E; }

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

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

background-color css

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

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

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

border-color css

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

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

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