Html Css Color HEX #DC820F Mango Tango

📋 copy color: '#DC820F'

red 220 ◦ green 130 ◦ blue 15

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

Shades of Mango Tango #DC820F

Tints of Mango Tango #DC820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.62%

 BLUE value IS 15 (6.25% from 255) = 4.11%

R = 60.27%
G = 35.62%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC820F (or 0xDC820F) is known color: Mango Tango. HEX triplet: DC, 82 and 0F. RGB value is (220,130,15). Sum of RGB (Red+Green+Blue) = 220+130+15=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC820F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC820F is #237DF0. Grayscale: #909090. Windows color (decimal): -2326001 or 1016540. OLE color: 1016540.

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

Color convert

RGB 220 130 15 -
CMYK 0 0.41 0.93 0.14
HSL 33.66º 0.87% 0.46% -
HSV(B) 33.66º 0.93% 0.86% -
XYZ 37.58 31.22 4.5 -
YUV 143.8 55.32 182.35 -
System Red Green Blue C M Y K H S L
Decimal 220 130 15 0 0.41 0.93 0.14 33.66 0.87 0.46
Hex DC 82 F 0 29 5D E 22 57 2E
Octal 334 202 17 0 51 135 16 42 127 56
Binary 11011100 10000010 1111 0 101001 1011101 1110 100010 1010111 101110

Color Harmonies of #DC820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC820F

Black with #DC820F

Text Example


Text Example

White with #DC820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC820F; }

 p { color: rgb(220,130,15); }

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

background-color css

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

 a { background-color: rgb(220,130,15); }

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

border-color css

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

 span { border-color: rgb(220,130,15); }

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