Html Css Color HEX #DB560F Tenne (Tawny)

📋 copy color: '#DB560F'

red 219 ◦ green 86 ◦ blue 15

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

Shades of Tenne (Tawny) #DB560F

Tints of Tenne (Tawny) #DB560F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.69%

R = 68.44%
G = 26.88%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB560F (or 0xDB560F) is known color: Tenne (Tawny). HEX triplet: DB, 56 and 0F. RGB value is (219,86,15). Sum of RGB (Red+Green+Blue) = 219+86+15=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB560F is #24A9F0. Grayscale: #767676. Windows color (decimal): -2402801 or 1005275. OLE color: 1005275.

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

Color convert

RGB 219 86 15 -
CMYK 0 0.61 0.93 0.14
HSL 20.88º 0.87% 0.46% -
HSV(B) 20.88º 0.93% 0.86% -
XYZ 32.63 21.75 2.93 -
YUV 117.67 70.06 200.27 -
System Red Green Blue C M Y K H S L
Decimal 219 86 15 0 0.61 0.93 0.14 20.88 0.87 0.46
Hex DB 56 F 0 3D 5D E 15 57 2E
Octal 333 126 17 0 75 135 16 25 127 56
Binary 11011011 1010110 1111 0 111101 1011101 1110 10101 1010111 101110

Color Harmonies of #DB560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB560F

Black with #DB560F

Text Example


Text Example

White with #DB560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB560F; }

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

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

background-color css

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

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

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

border-color css

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

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

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