Html Css Color HEX #DC7812 Mango Tango

📋 copy color: '#DC7812'

red 220 ◦ green 120 ◦ blue 18

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

Shades of Mango Tango #DC7812

Tints of Mango Tango #DC7812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

 BLUE value IS 18 (7.42% from 255) = 5.03%

R = 61.45%
G = 33.52%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC7812 (or 0xDC7812) is known color: Mango Tango. HEX triplet: DC, 78 and 12. RGB value is (220,120,18). Sum of RGB (Red+Green+Blue) = 220+120+18=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7812 is #2387ED. Grayscale: #8A8A8A. Windows color (decimal): -2328558 or 1210588. OLE color: 1210588.

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

Color convert

RGB 220 120 18 -
CMYK 0 0.45 0.92 0.14
HSL 30.3º 0.85% 0.47% -
HSV(B) 30.3º 0.92% 0.86% -
XYZ 36.34 28.69 4.2 -
YUV 138.27 60.13 186.29 -
System Red Green Blue C M Y K H S L
Decimal 220 120 18 0 0.45 0.92 0.14 30.3 0.85 0.47
Hex DC 78 12 0 2D 5C E 1E 55 2F
Octal 334 170 22 0 55 134 16 36 125 57
Binary 11011100 1111000 10010 0 101101 1011100 1110 11110 1010101 101111

Color Harmonies of #DC7812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7812

Black with #DC7812

Text Example


Text Example

White with #DC7812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7812; }

 p { color: rgb(220,120,18); }

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

background-color css

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

 a { background-color: rgb(220,120,18); }

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

border-color css

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

 span { border-color: rgb(220,120,18); }

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