Html Css Color HEX #DC6B0C Mango Tango

📋 copy color: '#DC6B0C'

red 220 ◦ green 107 ◦ blue 12

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

Shades of Mango Tango #DC6B0C

Tints of Mango Tango #DC6B0C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.56%

 BLUE value IS 12 (5.08% from 255) = 3.54%

R = 64.9%
G = 31.56%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC6B0C (or 0xDC6B0C) is known color: Mango Tango. HEX triplet: DC, 6B and 0C. RGB value is (220,107,12). Sum of RGB (Red+Green+Blue) = 220+107+12=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6B0C is #2394F3. Grayscale: #828282. Windows color (decimal): -2331892 or 814044. OLE color: 814044.

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

Color convert

RGB 220 107 12 -
CMYK 0 0.51 0.95 0.14
HSL 27.4º 0.9% 0.45% -
HSV(B) 27.4º 0.95% 0.86% -
XYZ 34.84 25.76 3.48 -
YUV 129.96 61.44 192.22 -
System Red Green Blue C M Y K H S L
Decimal 220 107 12 0 0.51 0.95 0.14 27.4 0.9 0.45
Hex DC 6B C 0 33 5F E 1B 5A 2D
Octal 334 153 14 0 63 137 16 33 132 55
Binary 11011100 1101011 1100 0 110011 1011111 1110 11011 1011010 101101

Color Harmonies of #DC6B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B0C

Black with #DC6B0C

Text Example


Text Example

White with #DC6B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B0C; }

 p { color: rgb(220,107,12); }

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

background-color css

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

 a { background-color: rgb(220,107,12); }

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

border-color css

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

 span { border-color: rgb(220,107,12); }

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