Html Css Color HEX #DC6B03 Mango Tango

📋 copy color: '#DC6B03'

red 220 ◦ green 107 ◦ blue 3

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

Shades of Mango Tango #DC6B03

Tints of Mango Tango #DC6B03

RGB

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

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

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

R = 66.67%
G = 32.42%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC6B03 (or 0xDC6B03) is known color: Mango Tango. HEX triplet: DC, 6B and 03. RGB value is (220,107,3). Sum of RGB (Red+Green+Blue) = 220+107+3=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6B03 is #2394FC. Grayscale: #818181. Windows color (decimal): -2331901 or 224220. OLE color: 224220.

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

Color convert

RGB 220 107 3 -
CMYK 0 0.51 0.99 0.14
HSL 28.76º 0.97% 0.44% -
HSV(B) 28.76º 0.99% 0.86% -
XYZ 34.79 25.74 3.22 -
YUV 128.93 56.94 192.96 -
System Red Green Blue C M Y K H S L
Decimal 220 107 3 0 0.51 0.99 0.14 28.76 0.97 0.44
Hex DC 6B 3 0 33 63 E 1D 61 2C
Octal 334 153 3 0 63 143 16 35 141 54
Binary 11011100 1101011 11 0 110011 1100011 1110 11101 1100001 101100

Color Harmonies of #DC6B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B03

Black with #DC6B03

Text Example


Text Example

White with #DC6B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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