Html Css Color HEX #DB520E Tenne (Tawny)

📋 copy color: '#DB520E'

red 219 ◦ green 82 ◦ blue 14

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

Shades of Tenne (Tawny) #DB520E

Tints of Tenne (Tawny) #DB520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.03%

 BLUE value IS 14 (5.86% from 255) = 4.44%

R = 69.52%
G = 26.03%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB520E (or 0xDB520E) is known color: Tenne (Tawny). HEX triplet: DB, 52 and 0E. RGB value is (219,82,14). Sum of RGB (Red+Green+Blue) = 219+82+14=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB520E is #24ADF1. Grayscale: #737373. Windows color (decimal): -2403826 or 938715. OLE color: 938715.

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

Color convert

RGB 219 82 14 -
CMYK 0 0.63 0.94 0.14
HSL 19.9º 0.88% 0.46% -
HSV(B) 19.9º 0.94% 0.86% -
XYZ 32.31 21.13 2.79 -
YUV 115.21 70.89 202.03 -
System Red Green Blue C M Y K H S L
Decimal 219 82 14 0 0.63 0.94 0.14 19.9 0.88 0.46
Hex DB 52 E 0 3F 5E E 14 58 2E
Octal 333 122 16 0 77 136 16 24 130 56
Binary 11011011 1010010 1110 0 111111 1011110 1110 10100 1011000 101110

Color Harmonies of #DB520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB520E

Black with #DB520E

Text Example


Text Example

White with #DB520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB520E; }

 p { color: rgb(219,82,14); }

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

background-color css

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

 a { background-color: rgb(219,82,14); }

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

border-color css

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

 span { border-color: rgb(219,82,14); }

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