Html Css Color HEX #DB550F Tenne (Tawny)

📋 copy color: '#DB550F'

red 219 ◦ green 85 ◦ blue 15

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

Shades of Tenne (Tawny) #DB550F

Tints of Tenne (Tawny) #DB550F

RGB

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

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

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

R = 68.65%
G = 26.65%
B = 4.7%

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

#DB550F (or 0xDB550F) is known color: Tenne (Tawny). HEX triplet: DB, 55 and 0F. RGB value is (219,85,15). Sum of RGB (Red+Green+Blue) = 219+85+15=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB550F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB550F is #24AAF0. Grayscale: #757575. Windows color (decimal): -2403057 or 1005019. OLE color: 1005019.

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

Color convert

RGB 219 85 15 -
CMYK 0 0.61 0.93 0.14
HSL 20.59º 0.87% 0.46% -
HSV(B) 20.59º 0.93% 0.86% -
XYZ 32.55 21.59 2.9 -
YUV 117.09 70.39 200.69 -
System Red Green Blue C M Y K H S L
Decimal 219 85 15 0 0.61 0.93 0.14 20.59 0.87 0.46
Hex DB 55 F 0 3D 5D E 15 57 2E
Octal 333 125 17 0 75 135 16 25 127 56
Binary 11011011 1010101 1111 0 111101 1011101 1110 10101 1010111 101110

Color Harmonies of #DB550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB550F

Black with #DB550F

Text Example


Text Example

White with #DB550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB550F; }

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

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

background-color css

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

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

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

border-color css

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

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

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