Html Css Color HEX #DC5904 Tenne (Tawny)

📋 copy color: '#DC5904'

red 220 ◦ green 89 ◦ blue 4

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

Shades of Tenne (Tawny) #DC5904

Tints of Tenne (Tawny) #DC5904

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.43%

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

R = 70.29%
G = 28.43%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC5904 (or 0xDC5904) is known color: Tenne (Tawny). HEX triplet: DC, 59 and 04. RGB value is (220,89,4). Sum of RGB (Red+Green+Blue) = 220+89+4=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5904 is #23A6FB. Grayscale: #767676. Windows color (decimal): -2336508 or 285148. OLE color: 285148.

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

Color convert

RGB 220 89 4 -
CMYK 0 0.60 0.98 0.14
HSL 23.61º 0.96% 0.44% -
HSV(B) 23.61º 0.98% 0.86% -
XYZ 33.11 22.37 2.69 -
YUV 118.48 63.4 200.41 -
System Red Green Blue C M Y K H S L
Decimal 220 89 4 0 0.60 0.98 0.14 23.61 0.96 0.44
Hex DC 59 4 0 3C 62 E 18 60 2C
Octal 334 131 4 0 74 142 16 30 140 54
Binary 11011100 1011001 100 0 111100 1100010 1110 11000 1100000 101100

Color Harmonies of #DC5904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5904

Black with #DC5904

Text Example


Text Example

White with #DC5904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5904; }

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

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

background-color css

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

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

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

border-color css

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

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

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