Html Css Color HEX #DB5314 Tenne (Tawny)

📋 copy color: '#DB5314'

red 219 ◦ green 83 ◦ blue 20

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

Shades of Tenne (Tawny) #DB5314

Tints of Tenne (Tawny) #DB5314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

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

R = 68.01%
G = 25.78%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB5314 (or 0xDB5314) is known color: Tenne (Tawny). HEX triplet: DB, 53 and 14. RGB value is (219,83,20). Sum of RGB (Red+Green+Blue) = 219+83+20=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5314 is #24ACEB. Grayscale: #747474. Windows color (decimal): -2403564 or 1332187. OLE color: 1332187.

HSL color Cylindrical-coordinate representation of color #DB5314: hue angle of 18.99º 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 #DB5314 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 83 20 -
CMYK 0 0.62 0.91 0.14
HSL 18.99º 0.83% 0.47% -
HSV(B) 18.99º 0.91% 0.86% -
XYZ 32.43 21.3 3.06 -
YUV 116.48 73.56 201.12 -
System Red Green Blue C M Y K H S L
Decimal 219 83 20 0 0.62 0.91 0.14 18.99 0.83 0.47
Hex DB 53 14 0 3E 5B E 13 53 2F
Octal 333 123 24 0 76 133 16 23 123 57
Binary 11011011 1010011 10100 0 111110 1011011 1110 10011 1010011 101111

Color Harmonies of #DB5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5314

Black with #DB5314

Text Example


Text Example

White with #DB5314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5314; }

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

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

background-color css

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

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

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

border-color css

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

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

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