Html Css Color HEX #DB5C0E Tenne (Tawny)

📋 copy color: '#DB5C0E'

red 219 ◦ green 92 ◦ blue 14

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

Shades of Tenne (Tawny) #DB5C0E

Tints of Tenne (Tawny) #DB5C0E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.31%

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

R = 67.38%
G = 28.31%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB5C0E (or 0xDB5C0E) is known color: Tenne (Tawny). HEX triplet: DB, 5C and 0E. RGB value is (219,92,14). Sum of RGB (Red+Green+Blue) = 219+92+14=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5C0E is #24A3F1. Grayscale: #797979. Windows color (decimal): -2401266 or 941275. OLE color: 941275.

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

Color convert

RGB 219 92 14 -
CMYK 0 0.58 0.94 0.14
HSL 22.83º 0.88% 0.46% -
HSV(B) 22.83º 0.94% 0.86% -
XYZ 33.12 22.75 3.06 -
YUV 121.08 67.58 197.84 -
System Red Green Blue C M Y K H S L
Decimal 219 92 14 0 0.58 0.94 0.14 22.83 0.88 0.46
Hex DB 5C E 0 3A 5E E 17 58 2E
Octal 333 134 16 0 72 136 16 27 130 56
Binary 11011011 1011100 1110 0 111010 1011110 1110 10111 1011000 101110

Color Harmonies of #DB5C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C0E

Black with #DB5C0E

Text Example


Text Example

White with #DB5C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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