Html Css Color HEX #DC7436 Tango

📋 copy color: '#DC7436'

red 220 ◦ green 116 ◦ blue 54

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

Shades of Tango #DC7436

Tints of Tango #DC7436

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.74%

 BLUE value IS 54 (21.48% from 255) = 13.85%

R = 56.41%
G = 29.74%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC7436 (or 0xDC7436) is known color: Tango. HEX triplet: DC, 74 and 36. RGB value is (220,116,54). Sum of RGB (Red+Green+Blue) = 220+116+54=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7436 is #238BC9. Grayscale: #8C8C8C. Windows color (decimal): -2329546 or 3568860. OLE color: 3568860.

HSL color Cylindrical-coordinate representation of color #DC7436: hue angle of 22.41º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC7436 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 116 54 -
CMYK 0 0.47 0.75 0.14
HSL 22.41º 0.7% 0.54% -
HSV(B) 22.41º 0.75% 0.86% -
XYZ 36.43 27.97 6.97 -
YUV 140.03 79.46 185.04 -
System Red Green Blue C M Y K H S L
Decimal 220 116 54 0 0.47 0.75 0.14 22.41 0.7 0.54
Hex DC 74 36 0 2F 4B E 16 46 36
Octal 334 164 66 0 57 113 16 26 106 66
Binary 11011100 1110100 110110 0 101111 1001011 1110 10110 1000110 110110

Color Harmonies of #DC7436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7436

Black with #DC7436

Text Example


Text Example

White with #DC7436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7436; }

 p { color: rgb(220,116,54); }

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

background-color css

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

 a { background-color: rgb(220,116,54); }

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

border-color css

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

 span { border-color: rgb(220,116,54); }

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