Html Css Color HEX #DC4D04 Tenne (Tawny)

📋 copy color: '#DC4D04'

red 220 ◦ green 77 ◦ blue 4

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

Shades of Tenne (Tawny) #DC4D04

Tints of Tenne (Tawny) #DC4D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

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

R = 73.09%
G = 25.58%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC4D04 (or 0xDC4D04) is known color: Tenne (Tawny). HEX triplet: DC, 4D and 04. RGB value is (220,77,4). Sum of RGB (Red+Green+Blue) = 220+77+4=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4D04 is #23B2FB. Grayscale: #6F6F6F. Windows color (decimal): -2339580 or 282076. OLE color: 282076.

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

Color convert

RGB 220 77 4 -
CMYK 0 0.65 0.98 0.14
HSL 20.28º 0.96% 0.44% -
HSV(B) 20.28º 0.98% 0.86% -
XYZ 32.19 20.53 2.38 -
YUV 111.44 67.38 205.44 -
System Red Green Blue C M Y K H S L
Decimal 220 77 4 0 0.65 0.98 0.14 20.28 0.96 0.44
Hex DC 4D 4 0 41 62 E 14 60 2C
Octal 334 115 4 0 101 142 16 24 140 54
Binary 11011100 1001101 100 0 1000001 1100010 1110 10100 1100000 101100

Color Harmonies of #DC4D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D04

Black with #DC4D04

Text Example


Text Example

White with #DC4D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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