Html Css Color HEX #DC6B0D Mango Tango

📋 copy color: '#DC6B0D'

red 220 ◦ green 107 ◦ blue 13

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

Shades of Mango Tango #DC6B0D

Tints of Mango Tango #DC6B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.82%

R = 64.71%
G = 31.47%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC6B0D (or 0xDC6B0D) is known color: Mango Tango. HEX triplet: DC, 6B and 0D. RGB value is (220,107,13). Sum of RGB (Red+Green+Blue) = 220+107+13=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6B0D is #2394F2. Grayscale: #828282. Windows color (decimal): -2331891 or 879580. OLE color: 879580.

HSL color Cylindrical-coordinate representation of color #DC6B0D: hue angle of 27.25º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC6B0D is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 107 13 -
CMYK 0 0.51 0.94 0.14
HSL 27.25º 0.89% 0.46% -
HSV(B) 27.25º 0.94% 0.86% -
XYZ 34.85 25.76 3.52 -
YUV 130.07 61.94 192.14 -
System Red Green Blue C M Y K H S L
Decimal 220 107 13 0 0.51 0.94 0.14 27.25 0.89 0.46
Hex DC 6B D 0 33 5E E 1B 59 2E
Octal 334 153 15 0 63 136 16 33 131 56
Binary 11011100 1101011 1101 0 110011 1011110 1110 11011 1011001 101110

Color Harmonies of #DC6B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B0D

Black with #DC6B0D

Text Example


Text Example

White with #DC6B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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