Html Css Color HEX #DC5B0E Tenne (Tawny)

📋 copy color: '#DC5B0E'

red 220 ◦ green 91 ◦ blue 14

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

Shades of Tenne (Tawny) #DC5B0E

Tints of Tenne (Tawny) #DC5B0E

RGB

 RED value IS 220 (86.33% from 255) = 67.69%

 GREEN value IS 91 (35.94% from 255) = 28%

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

R = 67.69%
G = 28%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC5B0E (or 0xDC5B0E) is known color: Tenne (Tawny). HEX triplet: DC, 5B and 0E. RGB value is (220,91,14). Sum of RGB (Red+Green+Blue) = 220+91+14=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5B0E is #23A4F1. Grayscale: #797979. Windows color (decimal): -2335986 or 941020. OLE color: 941020.

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

Color convert

RGB 220 91 14 -
CMYK 0 0.59 0.94 0.14
HSL 22.43º 0.88% 0.46% -
HSV(B) 22.43º 0.94% 0.86% -
XYZ 33.34 22.73 3.05 -
YUV 120.79 67.74 198.76 -
System Red Green Blue C M Y K H S L
Decimal 220 91 14 0 0.59 0.94 0.14 22.43 0.88 0.46
Hex DC 5B E 0 3B 5E E 16 58 2E
Octal 334 133 16 0 73 136 16 26 130 56
Binary 11011100 1011011 1110 0 111011 1011110 1110 10110 1011000 101110

Color Harmonies of #DC5B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B0E

Black with #DC5B0E

Text Example


Text Example

White with #DC5B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B0E; }

 p { color: rgb(220,91,14); }

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

background-color css

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

 a { background-color: rgb(220,91,14); }

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

border-color css

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

 span { border-color: rgb(220,91,14); }

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