Html Css Color HEX #DB5612 Tenne (Tawny)

📋 copy color: '#DB5612'

red 219 ◦ green 86 ◦ blue 18

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

Shades of Tenne (Tawny) #DB5612

Tints of Tenne (Tawny) #DB5612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.57%

R = 67.8%
G = 26.63%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DB5612 (or 0xDB5612) is known color: Tenne (Tawny). HEX triplet: DB, 56 and 12. RGB value is (219,86,18). Sum of RGB (Red+Green+Blue) = 219+86+18=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5612 is #24A9ED. Grayscale: #767676. Windows color (decimal): -2402798 or 1201883. OLE color: 1201883.

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

Color convert

RGB 219 86 18 -
CMYK 0 0.61 0.92 0.14
HSL 20.3º 0.85% 0.46% -
HSV(B) 20.3º 0.92% 0.86% -
XYZ 32.65 21.76 3.05 -
YUV 118.02 71.56 200.03 -
System Red Green Blue C M Y K H S L
Decimal 219 86 18 0 0.61 0.92 0.14 20.3 0.85 0.46
Hex DB 56 12 0 3D 5C E 14 55 2E
Octal 333 126 22 0 75 134 16 24 125 56
Binary 11011011 1010110 10010 0 111101 1011100 1110 10100 1010101 101110

Color Harmonies of #DB5612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5612

Black with #DB5612

Text Example


Text Example

White with #DB5612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5612; }

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

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

background-color css

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

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

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

border-color css

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

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

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