Html Css Color HEX #DC7F03 Mango Tango

📋 copy color: '#DC7F03'

red 220 ◦ green 127 ◦ blue 3

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

Shades of Mango Tango #DC7F03

Tints of Mango Tango #DC7F03

RGB

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

 GREEN value IS 127 (50% from 255) = 36.29%

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

R = 62.86%
G = 36.29%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC7F03 (or 0xDC7F03) is known color: Mango Tango. HEX triplet: DC, 7F and 03. RGB value is (220,127,3). Sum of RGB (Red+Green+Blue) = 220+127+3=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7F03 is #2380FC. Grayscale: #8D8D8D. Windows color (decimal): -2326781 or 229340. OLE color: 229340.

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

Color convert

RGB 220 127 3 -
CMYK 0 0.42 0.99 0.14
HSL 34.29º 0.97% 0.44% -
HSV(B) 34.29º 0.99% 0.86% -
XYZ 37.12 30.4 4 -
YUV 140.67 50.31 184.58 -
System Red Green Blue C M Y K H S L
Decimal 220 127 3 0 0.42 0.99 0.14 34.29 0.97 0.44
Hex DC 7F 3 0 2A 63 E 22 61 2C
Octal 334 177 3 0 52 143 16 42 141 54
Binary 11011100 1111111 11 0 101010 1100011 1110 100010 1100001 101100

Color Harmonies of #DC7F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F03

Black with #DC7F03

Text Example


Text Example

White with #DC7F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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