Html Css Color HEX #DC4D06 Tenne (Tawny)

📋 copy color: '#DC4D06'

red 220 ◦ green 77 ◦ blue 6

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

Shades of Tenne (Tawny) #DC4D06

Tints of Tenne (Tawny) #DC4D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.98%

R = 72.61%
G = 25.41%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC4D06 (or 0xDC4D06) is known color: Tenne (Tawny). HEX triplet: DC, 4D and 06. RGB value is (220,77,6). Sum of RGB (Red+Green+Blue) = 220+77+6=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4D06 is #23B2F9. Grayscale: #707070. Windows color (decimal): -2339578 or 413148. OLE color: 413148.

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

Color convert

RGB 220 77 6 -
CMYK 0 0.65 0.97 0.14
HSL 19.91º 0.95% 0.44% -
HSV(B) 19.91º 0.97% 0.86% -
XYZ 32.2 20.54 2.44 -
YUV 111.66 68.38 205.27 -
System Red Green Blue C M Y K H S L
Decimal 220 77 6 0 0.65 0.97 0.14 19.91 0.95 0.44
Hex DC 4D 6 0 41 61 E 14 5F 2C
Octal 334 115 6 0 101 141 16 24 137 54
Binary 11011100 1001101 110 0 1000001 1100001 1110 10100 1011111 101100

Color Harmonies of #DC4D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D06

Black with #DC4D06

Text Example


Text Example

White with #DC4D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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