Html Css Color HEX #DC5205 Tenne (Tawny)

📋 copy color: '#DC5205'

red 220 ◦ green 82 ◦ blue 5

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

Shades of Tenne (Tawny) #DC5205

Tints of Tenne (Tawny) #DC5205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.71%

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 71.66%
G = 26.71%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC5205 (or 0xDC5205) is known color: Tenne (Tawny). HEX triplet: DC, 52 and 05. RGB value is (220,82,5). Sum of RGB (Red+Green+Blue) = 220+82+5=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5205 is #23ADFA. Grayscale: #727272. Windows color (decimal): -2338299 or 348892. OLE color: 348892.

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

Color convert

RGB 220 82 5 -
CMYK 0 0.63 0.98 0.14
HSL 21.49º 0.96% 0.44% -
HSV(B) 21.49º 0.98% 0.86% -
XYZ 32.56 21.26 2.53 -
YUV 114.48 66.22 203.26 -
System Red Green Blue C M Y K H S L
Decimal 220 82 5 0 0.63 0.98 0.14 21.49 0.96 0.44
Hex DC 52 5 0 3F 62 E 15 60 2C
Octal 334 122 5 0 77 142 16 25 140 54
Binary 11011100 1010010 101 0 111111 1100010 1110 10101 1100000 101100

Color Harmonies of #DC5205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5205

Black with #DC5205

Text Example


Text Example

White with #DC5205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5205; }

 p { color: rgb(220,82,5); }

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

background-color css

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

 a { background-color: rgb(220,82,5); }

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

border-color css

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

 span { border-color: rgb(220,82,5); }

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