Html Css Color HEX #DC6503 Mango Tango

📋 copy color: '#DC6503'

red 220 ◦ green 101 ◦ blue 3

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

Shades of Mango Tango #DC6503

Tints of Mango Tango #DC6503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 67.9%
G = 31.17%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC6503 (or 0xDC6503) is known color: Mango Tango. HEX triplet: DC, 65 and 03. RGB value is (220,101,3). Sum of RGB (Red+Green+Blue) = 220+101+3=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6503 is #239AFC. Grayscale: #7D7D7D. Windows color (decimal): -2333437 or 222684. OLE color: 222684.

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

Color convert

RGB 220 101 3 -
CMYK 0 0.54 0.99 0.14
HSL 27.1º 0.97% 0.44% -
HSV(B) 27.1º 0.99% 0.86% -
XYZ 34.19 24.53 3.02 -
YUV 125.41 58.92 195.47 -
System Red Green Blue C M Y K H S L
Decimal 220 101 3 0 0.54 0.99 0.14 27.1 0.97 0.44
Hex DC 65 3 0 36 63 E 1B 61 2C
Octal 334 145 3 0 66 143 16 33 141 54
Binary 11011100 1100101 11 0 110110 1100011 1110 11011 1100001 101100

Color Harmonies of #DC6503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6503

Black with #DC6503

Text Example


Text Example

White with #DC6503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6503; }

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

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

background-color css

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

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

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

border-color css

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

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

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