Html Css Color HEX #DB5114 Tenne (Tawny)

📋 copy color: '#DB5114'

red 219 ◦ green 81 ◦ blue 20

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

Shades of Tenne (Tawny) #DB5114

Tints of Tenne (Tawny) #DB5114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.25%

R = 68.44%
G = 25.31%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB5114 (or 0xDB5114) is known color: Tenne (Tawny). HEX triplet: DB, 51 and 14. RGB value is (219,81,20). Sum of RGB (Red+Green+Blue) = 219+81+20=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5114 is #24AEEB. Grayscale: #737373. Windows color (decimal): -2404076 or 1331675. OLE color: 1331675.

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

Color convert

RGB 219 81 20 -
CMYK 0 0.63 0.91 0.14
HSL 18.39º 0.83% 0.47% -
HSV(B) 18.39º 0.91% 0.86% -
XYZ 32.28 21 3.01 -
YUV 115.31 74.22 201.96 -
System Red Green Blue C M Y K H S L
Decimal 219 81 20 0 0.63 0.91 0.14 18.39 0.83 0.47
Hex DB 51 14 0 3F 5B E 12 53 2F
Octal 333 121 24 0 77 133 16 22 123 57
Binary 11011011 1010001 10100 0 111111 1011011 1110 10010 1010011 101111

Color Harmonies of #DB5114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5114

Black with #DB5114

Text Example


Text Example

White with #DB5114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5114; }

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

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

background-color css

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

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

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

border-color css

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

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

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