Html Css Color HEX #DC7635 Tango

📋 copy color: '#DC7635'

red 220 ◦ green 118 ◦ blue 53

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

Shades of Tango #DC7635

Tints of Tango #DC7635

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.18%

 BLUE value IS 53 (21.09% from 255) = 13.55%

R = 56.27%
G = 30.18%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC7635 (or 0xDC7635) is known color: Tango. HEX triplet: DC, 76 and 35. RGB value is (220,118,53). Sum of RGB (Red+Green+Blue) = 220+118+53=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7635 is #2389CA. Grayscale: #8D8D8D. Windows color (decimal): -2329035 or 3503836. OLE color: 3503836.

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

Color convert

RGB 220 118 53 -
CMYK 0 0.46 0.76 0.14
HSL 23.35º 0.7% 0.54% -
HSV(B) 23.35º 0.76% 0.86% -
XYZ 36.64 28.43 6.92 -
YUV 141.09 78.29 184.29 -
System Red Green Blue C M Y K H S L
Decimal 220 118 53 0 0.46 0.76 0.14 23.35 0.7 0.54
Hex DC 76 35 0 2E 4C E 17 46 36
Octal 334 166 65 0 56 114 16 27 106 66
Binary 11011100 1110110 110101 0 101110 1001100 1110 10111 1000110 110110

Color Harmonies of #DC7635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7635

Black with #DC7635

Text Example


Text Example

White with #DC7635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7635; }

 p { color: rgb(220,118,53); }

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

background-color css

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

 a { background-color: rgb(220,118,53); }

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

border-color css

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

 span { border-color: rgb(220,118,53); }

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