Html Css Color HEX #DD6300 Mango Tango

📋 copy color: '#DD6300'

red 221 ◦ green 99 ◦ blue 0

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

Shades of Mango Tango #DD6300

Tints of Mango Tango #DD6300

RGB

 RED value IS 221 (86.72% from 255) = 69.06%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.06%
G = 30.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD6300 (or 0xDD6300) is known color: Mango Tango. HEX triplet: DD, 63 and 00. RGB value is (221,99,0). Sum of RGB (Red+Green+Blue) = 221+99+0=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6300 is #229CFF. Grayscale: #7C7C7C. Windows color (decimal): -2268416 or 25565. OLE color: 25565.

HSL color Cylindrical-coordinate representation of color #DD6300: hue angle of 26.88º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD6300 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 99 0 -
CMYK 0 0.55 1 0.13
HSL 26.88º 1% 0.43% -
HSV(B) 26.88º 1% 0.87% -
XYZ 34.28 24.3 2.88 -
YUV 124.19 57.92 197.05 -
System Red Green Blue C M Y K H S L
Decimal 221 99 0 0 0.55 1 0.13 26.88 1 0.43
Hex DD 63 0 0 37 64 D 1B 64 2B
Octal 335 143 0 0 67 144 15 33 144 53
Binary 11011101 1100011 0 0 110111 1100100 1101 11011 1100100 101011

Color Harmonies of #DD6300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6300

Black with #DD6300

Text Example


Text Example

White with #DD6300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6300; }

 p { color: rgb(221,99,0); }

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

background-color css

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

 a { background-color: rgb(221,99,0); }

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

border-color css

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

 span { border-color: rgb(221,99,0); }

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