Html Css Color HEX #DB5108 Tenne (Tawny)

📋 copy color: '#DB5108'

red 219 ◦ green 81 ◦ blue 8

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

Shades of Tenne (Tawny) #DB5108

Tints of Tenne (Tawny) #DB5108

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.3%

 BLUE value IS 8 (3.52% from 255) = 2.6%

R = 71.1%
G = 26.3%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB5108 (or 0xDB5108) is known color: Tenne (Tawny). HEX triplet: DB, 51 and 08. RGB value is (219,81,8). Sum of RGB (Red+Green+Blue) = 219+81+8=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5108 is #24AEF7. Grayscale: #727272. Windows color (decimal): -2404088 or 545243. OLE color: 545243.

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

Color convert

RGB 219 81 8 -
CMYK 0 0.63 0.96 0.14
HSL 20.76º 0.93% 0.45% -
HSV(B) 20.76º 0.96% 0.86% -
XYZ 32.2 20.96 2.58 -
YUV 113.94 68.22 202.94 -
System Red Green Blue C M Y K H S L
Decimal 219 81 8 0 0.63 0.96 0.14 20.76 0.93 0.45
Hex DB 51 8 0 3F 60 E 15 5D 2D
Octal 333 121 10 0 77 140 16 25 135 55
Binary 11011011 1010001 1000 0 111111 1100000 1110 10101 1011101 101101

Color Harmonies of #DB5108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5108

Black with #DB5108

Text Example


Text Example

White with #DB5108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5108; }

 p { color: rgb(219,81,8); }

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

background-color css

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

 a { background-color: rgb(219,81,8); }

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

border-color css

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

 span { border-color: rgb(219,81,8); }

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