Html Css Color HEX #DC7A0B Mango Tango

📋 copy color: '#DC7A0B'

red 220 ◦ green 122 ◦ blue 11

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

Shades of Mango Tango #DC7A0B

Tints of Mango Tango #DC7A0B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.56%

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

R = 62.32%
G = 34.56%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC7A0B (or 0xDC7A0B) is known color: Mango Tango. HEX triplet: DC, 7A and 0B. RGB value is (220,122,11). Sum of RGB (Red+Green+Blue) = 220+122+11=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7A0B is #2385F4. Grayscale: #8B8B8B. Windows color (decimal): -2328053 or 752348. OLE color: 752348.

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

Color convert

RGB 220 122 11 -
CMYK 0 0.45 0.95 0.14
HSL 31.87º 0.9% 0.45% -
HSV(B) 31.87º 0.95% 0.86% -
XYZ 36.54 29.16 4.02 -
YUV 138.65 55.97 186.03 -
System Red Green Blue C M Y K H S L
Decimal 220 122 11 0 0.45 0.95 0.14 31.87 0.9 0.45
Hex DC 7A B 0 2D 5F E 20 5A 2D
Octal 334 172 13 0 55 137 16 40 132 55
Binary 11011100 1111010 1011 0 101101 1011111 1110 100000 1011010 101101

Color Harmonies of #DC7A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7A0B

Black with #DC7A0B

Text Example


Text Example

White with #DC7A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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