Html Css Color HEX #DC680B Mango Tango

📋 copy color: '#DC680B'

red 220 ◦ green 104 ◦ blue 11

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

Shades of Mango Tango #DC680B

Tints of Mango Tango #DC680B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.04%

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

R = 65.67%
G = 31.04%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC680B (or 0xDC680B) is known color: Mango Tango. HEX triplet: DC, 68 and 0B. RGB value is (220,104,11). Sum of RGB (Red+Green+Blue) = 220+104+11=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC680B is #2397F4. Grayscale: #808080. Windows color (decimal): -2332661 or 747740. OLE color: 747740.

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

Color convert

RGB 220 104 11 -
CMYK 0 0.53 0.95 0.14
HSL 26.7º 0.9% 0.45% -
HSV(B) 26.7º 0.95% 0.86% -
XYZ 34.53 25.14 3.35 -
YUV 128.08 61.93 193.56 -
System Red Green Blue C M Y K H S L
Decimal 220 104 11 0 0.53 0.95 0.14 26.7 0.9 0.45
Hex DC 68 B 0 35 5F E 1B 5A 2D
Octal 334 150 13 0 65 137 16 33 132 55
Binary 11011100 1101000 1011 0 110101 1011111 1110 11011 1011010 101101

Color Harmonies of #DC680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC680B

Black with #DC680B

Text Example


Text Example

White with #DC680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC680B; }

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

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

background-color css

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

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

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

border-color css

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

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

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