Html Css Color HEX #DC6D03 Mango Tango

📋 copy color: '#DC6D03'

red 220 ◦ green 109 ◦ blue 3

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

Shades of Mango Tango #DC6D03

Tints of Mango Tango #DC6D03

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

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

R = 66.27%
G = 32.83%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC6D03 (or 0xDC6D03) is known color: Mango Tango. HEX triplet: DC, 6D and 03. RGB value is (220,109,3). Sum of RGB (Red+Green+Blue) = 220+109+3=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6D03 is #2392FC. Grayscale: #828282. Windows color (decimal): -2331389 or 224732. OLE color: 224732.

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

Color convert

RGB 220 109 3 -
CMYK 0 0.50 0.99 0.14
HSL 29.31º 0.97% 0.44% -
HSV(B) 29.31º 0.99% 0.86% -
XYZ 35 26.16 3.29 -
YUV 130.11 56.27 192.12 -
System Red Green Blue C M Y K H S L
Decimal 220 109 3 0 0.50 0.99 0.14 29.31 0.97 0.44
Hex DC 6D 3 0 32 63 E 1D 61 2C
Octal 334 155 3 0 62 143 16 35 141 54
Binary 11011100 1101101 11 0 110010 1100011 1110 11101 1100001 101100

Color Harmonies of #DC6D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6D03

Black with #DC6D03

Text Example


Text Example

White with #DC6D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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