Html Css Color HEX #DC6C03 Mango Tango

📋 copy color: '#DC6C03'

red 220 ◦ green 108 ◦ blue 3

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

Shades of Mango Tango #DC6C03

Tints of Mango Tango #DC6C03

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.63%

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

R = 66.47%
G = 32.63%
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

#DC6C03 (or 0xDC6C03) is known color: Mango Tango. HEX triplet: DC, 6C and 03. RGB value is (220,108,3). Sum of RGB (Red+Green+Blue) = 220+108+3=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6C03 is #2393FC. Grayscale: #828282. Windows color (decimal): -2331645 or 224476. OLE color: 224476.

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

Color convert

RGB 220 108 3 -
CMYK 0 0.51 0.99 0.14
HSL 29.03º 0.97% 0.44% -
HSV(B) 29.03º 0.99% 0.86% -
XYZ 34.89 25.95 3.26 -
YUV 129.52 56.61 192.54 -
System Red Green Blue C M Y K H S L
Decimal 220 108 3 0 0.51 0.99 0.14 29.03 0.97 0.44
Hex DC 6C 3 0 33 63 E 1D 61 2C
Octal 334 154 3 0 63 143 16 35 141 54
Binary 11011100 1101100 11 0 110011 1100011 1110 11101 1100001 101100

Color Harmonies of #DC6C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C03

Black with #DC6C03

Text Example


Text Example

White with #DC6C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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