Html Css Color HEX #DC7D0B Mango Tango

📋 copy color: '#DC7D0B'

red 220 ◦ green 125 ◦ blue 11

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

Shades of Mango Tango #DC7D0B

Tints of Mango Tango #DC7D0B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.11%

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

R = 61.8%
G = 35.11%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC7D0B (or 0xDC7D0B) is known color: Mango Tango. HEX triplet: DC, 7D and 0B. RGB value is (220,125,11). Sum of RGB (Red+Green+Blue) = 220+125+11=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7D0B is #2382F4. Grayscale: #8C8C8C. Windows color (decimal): -2327285 or 753116. OLE color: 753116.

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

Color convert

RGB 220 125 11 -
CMYK 0 0.43 0.95 0.14
HSL 32.73º 0.9% 0.45% -
HSV(B) 32.73º 0.95% 0.86% -
XYZ 36.91 29.91 4.14 -
YUV 140.41 54.97 184.77 -
System Red Green Blue C M Y K H S L
Decimal 220 125 11 0 0.43 0.95 0.14 32.73 0.9 0.45
Hex DC 7D B 0 2B 5F E 21 5A 2D
Octal 334 175 13 0 53 137 16 41 132 55
Binary 11011100 1111101 1011 0 101011 1011111 1110 100001 1011010 101101

Color Harmonies of #DC7D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D0B

Black with #DC7D0B

Text Example


Text Example

White with #DC7D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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