Html Css Color HEX #DC770B Mango Tango

📋 copy color: '#DC770B'

red 220 ◦ green 119 ◦ blue 11

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

Shades of Mango Tango #DC770B

Tints of Mango Tango #DC770B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

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

R = 62.86%
G = 34%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC770B (or 0xDC770B) is known color: Mango Tango. HEX triplet: DC, 77 and 0B. RGB value is (220,119,11). Sum of RGB (Red+Green+Blue) = 220+119+11=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC770B is #2388F4. Grayscale: #898989. Windows color (decimal): -2328821 or 751580. OLE color: 751580.

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

Color convert

RGB 220 119 11 -
CMYK 0 0.46 0.95 0.14
HSL 31º 0.9% 0.45% -
HSV(B) 31º 0.95% 0.86% -
XYZ 36.17 28.43 3.9 -
YUV 136.89 56.96 187.28 -
System Red Green Blue C M Y K H S L
Decimal 220 119 11 0 0.46 0.95 0.14 31 0.9 0.45
Hex DC 77 B 0 2E 5F E 1F 5A 2D
Octal 334 167 13 0 56 137 16 37 132 55
Binary 11011100 1110111 1011 0 101110 1011111 1110 11111 1011010 101101

Color Harmonies of #DC770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC770B

Black with #DC770B

Text Example


Text Example

White with #DC770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC770B; }

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

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

background-color css

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

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

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

border-color css

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

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

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