Html Css Color HEX #DC6302 Mango Tango

📋 copy color: '#DC6302'

red 220 ◦ green 99 ◦ blue 2

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

Shades of Mango Tango #DC6302

Tints of Mango Tango #DC6302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.84%

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

R = 68.54%
G = 30.84%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC6302 (or 0xDC6302) is known color: Mango Tango. HEX triplet: DC, 63 and 02. RGB value is (220,99,2). Sum of RGB (Red+Green+Blue) = 220+99+2=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6302 is #239CFD. Grayscale: #7C7C7C. Windows color (decimal): -2333950 or 156636. OLE color: 156636.

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

Color convert

RGB 220 99 2 -
CMYK 0 0.55 0.99 0.14
HSL 26.7º 0.98% 0.44% -
HSV(B) 26.7º 0.99% 0.86% -
XYZ 33.99 24.14 2.93 -
YUV 124.12 59.09 196.39 -
System Red Green Blue C M Y K H S L
Decimal 220 99 2 0 0.55 0.99 0.14 26.7 0.98 0.44
Hex DC 63 2 0 37 63 E 1B 62 2C
Octal 334 143 2 0 67 143 16 33 142 54
Binary 11011100 1100011 10 0 110111 1100011 1110 11011 1100010 101100

Color Harmonies of #DC6302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6302

Black with #DC6302

Text Example


Text Example

White with #DC6302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6302; }

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

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

background-color css

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

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

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

border-color css

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

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

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