Html Css Color HEX #DB5106 Tenne (Tawny)

📋 copy color: '#DB5106'

red 219 ◦ green 81 ◦ blue 6

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

Shades of Tenne (Tawny) #DB5106

Tints of Tenne (Tawny) #DB5106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.96%

R = 71.57%
G = 26.47%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB5106 (or 0xDB5106) is known color: Tenne (Tawny). HEX triplet: DB, 51 and 06. RGB value is (219,81,6). Sum of RGB (Red+Green+Blue) = 219+81+6=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5106 is #24AEF9. Grayscale: #727272. Windows color (decimal): -2404090 or 414171. OLE color: 414171.

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

Color convert

RGB 219 81 6 -
CMYK 0 0.63 0.97 0.14
HSL 21.13º 0.95% 0.44% -
HSV(B) 21.13º 0.97% 0.86% -
XYZ 32.19 20.96 2.52 -
YUV 113.71 67.22 203.1 -
System Red Green Blue C M Y K H S L
Decimal 219 81 6 0 0.63 0.97 0.14 21.13 0.95 0.44
Hex DB 51 6 0 3F 61 E 15 5F 2C
Octal 333 121 6 0 77 141 16 25 137 54
Binary 11011011 1010001 110 0 111111 1100001 1110 10101 1011111 101100

Color Harmonies of #DB5106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5106

Black with #DB5106

Text Example


Text Example

White with #DB5106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5106; }

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

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

background-color css

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

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

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

border-color css

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

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

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