Html Css Color HEX #DC5109 Tenne (Tawny)

📋 copy color: '#DC5109'

red 220 ◦ green 81 ◦ blue 9

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

Shades of Tenne (Tawny) #DC5109

Tints of Tenne (Tawny) #DC5109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.9%

R = 70.97%
G = 26.13%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC5109 (or 0xDC5109) is known color: Tenne (Tawny). HEX triplet: DC, 51 and 09. RGB value is (220,81,9). Sum of RGB (Red+Green+Blue) = 220+81+9=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 9 (3.91% from 255 or 2.90% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5109 is #23AEF6. Grayscale: #727272. Windows color (decimal): -2338551 or 610780. OLE color: 610780.

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

Color convert

RGB 220 81 9 -
CMYK 0 0.63 0.96 0.14
HSL 20.47º 0.92% 0.45% -
HSV(B) 20.47º 0.96% 0.86% -
XYZ 32.51 21.12 2.62 -
YUV 114.35 68.55 203.35 -
System Red Green Blue C M Y K H S L
Decimal 220 81 9 0 0.63 0.96 0.14 20.47 0.92 0.45
Hex DC 51 9 0 3F 60 E 14 5C 2D
Octal 334 121 11 0 77 140 16 24 134 55
Binary 11011100 1010001 1001 0 111111 1100000 1110 10100 1011100 101101

Color Harmonies of #DC5109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5109

Black with #DC5109

Text Example


Text Example

White with #DC5109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5109; }

 p { color: rgb(220,81,9); }

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

background-color css

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

 a { background-color: rgb(220,81,9); }

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

border-color css

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

 span { border-color: rgb(220,81,9); }

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