Html Css Color HEX #DC6707 Mango Tango

📋 copy color: '#DC6707'

red 220 ◦ green 103 ◦ blue 7

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

Shades of Mango Tango #DC6707

Tints of Mango Tango #DC6707

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.21%

 BLUE value IS 7 (3.13% from 255) = 2.12%

R = 66.67%
G = 31.21%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC6707 (or 0xDC6707) is known color: Mango Tango. HEX triplet: DC, 67 and 07. RGB value is (220,103,7). Sum of RGB (Red+Green+Blue) = 220+103+7=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6707 is #2398F8. Grayscale: #7F7F7F. Windows color (decimal): -2332921 or 485340. OLE color: 485340.

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

Color convert

RGB 220 103 7 -
CMYK 0 0.53 0.97 0.14
HSL 27.04º 0.94% 0.45% -
HSV(B) 27.04º 0.97% 0.86% -
XYZ 34.4 24.93 3.2 -
YUV 127.04 60.26 194.31 -
System Red Green Blue C M Y K H S L
Decimal 220 103 7 0 0.53 0.97 0.14 27.04 0.94 0.45
Hex DC 67 7 0 35 61 E 1B 5E 2D
Octal 334 147 7 0 65 141 16 33 136 55
Binary 11011100 1100111 111 0 110101 1100001 1110 11011 1011110 101101

Color Harmonies of #DC6707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6707

Black with #DC6707

Text Example


Text Example

White with #DC6707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6707; }

 p { color: rgb(220,103,7); }

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

background-color css

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

 a { background-color: rgb(220,103,7); }

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

border-color css

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

 span { border-color: rgb(220,103,7); }

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