Html Css Color HEX #DC7736 Tango

📋 copy color: '#DC7736'

red 220 ◦ green 119 ◦ blue 54

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

Shades of Tango #DC7736

Tints of Tango #DC7736

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.28%

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

R = 55.98%
G = 30.28%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC7736 (or 0xDC7736) is known color: Tango. HEX triplet: DC, 77 and 36. RGB value is (220,119,54). Sum of RGB (Red+Green+Blue) = 220+119+54=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 54 (21.48% from 255 or 13.74% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7736 is #2388C9. Grayscale: #8E8E8E. Windows color (decimal): -2328778 or 3569628. OLE color: 3569628.

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

Color convert

RGB 220 119 54 -
CMYK 0 0.46 0.75 0.14
HSL 23.49º 0.7% 0.54% -
HSV(B) 23.49º 0.75% 0.86% -
XYZ 36.78 28.68 7.09 -
YUV 141.79 78.46 183.79 -
System Red Green Blue C M Y K H S L
Decimal 220 119 54 0 0.46 0.75 0.14 23.49 0.7 0.54
Hex DC 77 36 0 2E 4B E 17 46 36
Octal 334 167 66 0 56 113 16 27 106 66
Binary 11011100 1110111 110110 0 101110 1001011 1110 10111 1000110 110110

Color Harmonies of #DC7736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7736

Black with #DC7736

Text Example


Text Example

White with #DC7736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7736; }

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

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

background-color css

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

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

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

border-color css

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

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

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