Html Css Color HEX #DC4904 Tenne (Tawny)

📋 copy color: '#DC4904'

red 220 ◦ green 73 ◦ blue 4

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

Shades of Tenne (Tawny) #DC4904

Tints of Tenne (Tawny) #DC4904

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

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

R = 74.07%
G = 24.58%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC4904 (or 0xDC4904) is known color: Tenne (Tawny). HEX triplet: DC, 49 and 04. RGB value is (220,73,4). Sum of RGB (Red+Green+Blue) = 220+73+4=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4904 is #23B6FB. Grayscale: #6D6D6D. Windows color (decimal): -2340604 or 281052. OLE color: 281052.

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

Color convert

RGB 220 73 4 -
CMYK 0 0.67 0.98 0.14
HSL 19.17º 0.96% 0.44% -
HSV(B) 19.17º 0.98% 0.86% -
XYZ 31.92 19.99 2.29 -
YUV 109.09 68.7 207.11 -
System Red Green Blue C M Y K H S L
Decimal 220 73 4 0 0.67 0.98 0.14 19.17 0.96 0.44
Hex DC 49 4 0 43 62 E 13 60 2C
Octal 334 111 4 0 103 142 16 23 140 54
Binary 11011100 1001001 100 0 1000011 1100010 1110 10011 1100000 101100

Color Harmonies of #DC4904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4904

Black with #DC4904

Text Example


Text Example

White with #DC4904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4904; }

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

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

background-color css

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

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

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

border-color css

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

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

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