Html Css Color HEX #DC7C0B Mango Tango

📋 copy color: '#DC7C0B'

red 220 ◦ green 124 ◦ blue 11

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

Shades of Mango Tango #DC7C0B

Tints of Mango Tango #DC7C0B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.93%

 BLUE value IS 11 (4.69% from 255) = 3.1%

R = 61.97%
G = 34.93%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC7C0B (or 0xDC7C0B) is known color: Mango Tango. HEX triplet: DC, 7C and 0B. RGB value is (220,124,11). Sum of RGB (Red+Green+Blue) = 220+124+11=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7C0B is #2383F4. Grayscale: #8C8C8C. Windows color (decimal): -2327541 or 752860. OLE color: 752860.

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

Color convert

RGB 220 124 11 -
CMYK 0 0.44 0.95 0.14
HSL 32.44º 0.9% 0.45% -
HSV(B) 32.44º 0.95% 0.86% -
XYZ 36.78 29.66 4.1 -
YUV 139.82 55.3 185.19 -
System Red Green Blue C M Y K H S L
Decimal 220 124 11 0 0.44 0.95 0.14 32.44 0.9 0.45
Hex DC 7C B 0 2C 5F E 20 5A 2D
Octal 334 174 13 0 54 137 16 40 132 55
Binary 11011100 1111100 1011 0 101100 1011111 1110 100000 1011010 101101

Color Harmonies of #DC7C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7C0B

Black with #DC7C0B

Text Example


Text Example

White with #DC7C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7C0B; }

 p { color: rgb(220,124,11); }

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

background-color css

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

 a { background-color: rgb(220,124,11); }

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

border-color css

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

 span { border-color: rgb(220,124,11); }

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