Html Css Color HEX #DC6506 Mango Tango

📋 copy color: '#DC6506'

red 220 ◦ green 101 ◦ blue 6

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

Shades of Mango Tango #DC6506

Tints of Mango Tango #DC6506

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.89%

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 67.28%
G = 30.89%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC6506 (or 0xDC6506) is known color: Mango Tango. HEX triplet: DC, 65 and 06. RGB value is (220,101,6). Sum of RGB (Red+Green+Blue) = 220+101+6=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6506 is #239AF9. Grayscale: #7E7E7E. Windows color (decimal): -2333434 or 419292. OLE color: 419292.

HSL color Cylindrical-coordinate representation of color #DC6506: hue angle of 26.64º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC6506 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 101 6 -
CMYK 0 0.54 0.97 0.14
HSL 26.64º 0.95% 0.44% -
HSV(B) 26.64º 0.97% 0.86% -
XYZ 34.2 24.54 3.11 -
YUV 125.75 60.42 195.22 -
System Red Green Blue C M Y K H S L
Decimal 220 101 6 0 0.54 0.97 0.14 26.64 0.95 0.44
Hex DC 65 6 0 36 61 E 1B 5F 2C
Octal 334 145 6 0 66 141 16 33 137 54
Binary 11011100 1100101 110 0 110110 1100001 1110 11011 1011111 101100

Color Harmonies of #DC6506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6506

Black with #DC6506

Text Example


Text Example

White with #DC6506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6506; }

 p { color: rgb(220,101,6); }

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

background-color css

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

 a { background-color: rgb(220,101,6); }

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

border-color css

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

 span { border-color: rgb(220,101,6); }

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