Html Css Color HEX #DC6E0B Mango Tango

📋 copy color: '#DC6E0B'

red 220 ◦ green 110 ◦ blue 11

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

Shades of Mango Tango #DC6E0B

Tints of Mango Tango #DC6E0B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.26%

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

R = 64.52%
G = 32.26%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC6E0B (or 0xDC6E0B) is known color: Mango Tango. HEX triplet: DC, 6E and 0B. RGB value is (220,110,11). Sum of RGB (Red+Green+Blue) = 220+110+11=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6E0B is #2391F4. Grayscale: #848484. Windows color (decimal): -2331125 or 749276. OLE color: 749276.

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

Color convert

RGB 220 110 11 -
CMYK 0 0.50 0.95 0.14
HSL 28.42º 0.9% 0.45% -
HSV(B) 28.42º 0.95% 0.86% -
XYZ 35.15 26.39 3.56 -
YUV 131.6 59.94 191.05 -
System Red Green Blue C M Y K H S L
Decimal 220 110 11 0 0.50 0.95 0.14 28.42 0.9 0.45
Hex DC 6E B 0 32 5F E 1C 5A 2D
Octal 334 156 13 0 62 137 16 34 132 55
Binary 11011100 1101110 1011 0 110010 1011111 1110 11100 1011010 101101

Color Harmonies of #DC6E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E0B

Black with #DC6E0B

Text Example


Text Example

White with #DC6E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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