Html Css Color HEX #DC7B02 Mango Tango

📋 copy color: '#DC7B02'

red 220 ◦ green 123 ◦ blue 2

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

Shades of Mango Tango #DC7B02

Tints of Mango Tango #DC7B02

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.65%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 63.77%
G = 35.65%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC7B02 (or 0xDC7B02) is known color: Mango Tango. HEX triplet: DC, 7B and 02. RGB value is (220,123,2). Sum of RGB (Red+Green+Blue) = 220+123+2=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7B02 is #2384FD. Grayscale: #8A8A8A. Windows color (decimal): -2327806 or 162780. OLE color: 162780.

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

Color convert

RGB 220 123 2 -
CMYK 0 0.44 0.99 0.14
HSL 33.3º 0.98% 0.44% -
HSV(B) 33.3º 0.99% 0.86% -
XYZ 36.61 29.39 3.8 -
YUV 138.21 51.14 186.34 -
System Red Green Blue C M Y K H S L
Decimal 220 123 2 0 0.44 0.99 0.14 33.3 0.98 0.44
Hex DC 7B 2 0 2C 63 E 21 62 2C
Octal 334 173 2 0 54 143 16 41 142 54
Binary 11011100 1111011 10 0 101100 1100011 1110 100001 1100010 101100

Color Harmonies of #DC7B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B02

Black with #DC7B02

Text Example


Text Example

White with #DC7B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B02; }

 p { color: rgb(220,123,2); }

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

background-color css

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

 a { background-color: rgb(220,123,2); }

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

border-color css

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

 span { border-color: rgb(220,123,2); }

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