Html Css Color HEX #DC5204 Tenne (Tawny)

📋 copy color: '#DC5204'

red 220 ◦ green 82 ◦ blue 4

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

Shades of Tenne (Tawny) #DC5204

Tints of Tenne (Tawny) #DC5204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 71.9%
G = 26.8%
B = 1.31%

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

#DC5204 (or 0xDC5204) is known color: Tenne (Tawny). HEX triplet: DC, 52 and 04. RGB value is (220,82,4). Sum of RGB (Red+Green+Blue) = 220+82+4=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5204 is #23ADFB. Grayscale: #727272. Windows color (decimal): -2338300 or 283356. OLE color: 283356.

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

Color convert

RGB 220 82 4 -
CMYK 0 0.63 0.98 0.14
HSL 21.67º 0.96% 0.44% -
HSV(B) 21.67º 0.98% 0.86% -
XYZ 32.55 21.26 2.5 -
YUV 114.37 65.72 203.34 -
System Red Green Blue C M Y K H S L
Decimal 220 82 4 0 0.63 0.98 0.14 21.67 0.96 0.44
Hex DC 52 4 0 3F 62 E 16 60 2C
Octal 334 122 4 0 77 142 16 26 140 54
Binary 11011100 1010010 100 0 111111 1100010 1110 10110 1100000 101100

Color Harmonies of #DC5204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5204

Black with #DC5204

Text Example


Text Example

White with #DC5204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5204; }

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

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

background-color css

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

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

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

border-color css

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

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

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