Html Css Color HEX #DC670B Mango Tango

📋 copy color: '#DC670B'

red 220 ◦ green 103 ◦ blue 11

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

Shades of Mango Tango #DC670B

Tints of Mango Tango #DC670B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.29%

R = 65.87%
G = 30.84%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC670B (or 0xDC670B) is known color: Mango Tango. HEX triplet: DC, 67 and 0B. RGB value is (220,103,11). Sum of RGB (Red+Green+Blue) = 220+103+11=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC670B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC670B is #2398F4. Grayscale: #7F7F7F. Windows color (decimal): -2332917 or 747484. OLE color: 747484.

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

Color convert

RGB 220 103 11 -
CMYK 0 0.53 0.95 0.14
HSL 26.41º 0.9% 0.45% -
HSV(B) 26.41º 0.95% 0.86% -
XYZ 34.43 24.94 3.32 -
YUV 127.5 62.26 193.98 -
System Red Green Blue C M Y K H S L
Decimal 220 103 11 0 0.53 0.95 0.14 26.41 0.9 0.45
Hex DC 67 B 0 35 5F E 1A 5A 2D
Octal 334 147 13 0 65 137 16 32 132 55
Binary 11011100 1100111 1011 0 110101 1011111 1110 11010 1011010 101101

Color Harmonies of #DC670B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC670B

Black with #DC670B

Text Example


Text Example

White with #DC670B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC670B; }

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

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

background-color css

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

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

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

border-color css

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

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

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