Html Css Color HEX #DD7309 Mango Tango

📋 copy color: '#DD7309'

red 221 ◦ green 115 ◦ blue 9

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

Shades of Mango Tango #DD7309

Tints of Mango Tango #DD7309

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.33%

 BLUE value IS 9 (3.91% from 255) = 2.61%

R = 64.06%
G = 33.33%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD7309 (or 0xDD7309) is known color: Mango Tango. HEX triplet: DD, 73 and 09. RGB value is (221,115,9). Sum of RGB (Red+Green+Blue) = 221+115+9=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7309 is #228CF6. Grayscale: #878787. Windows color (decimal): -2264311 or 619485. OLE color: 619485.

HSL color Cylindrical-coordinate representation of color #DD7309: hue angle of 30º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD7309 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 115 9 -
CMYK 0 0.48 0.96 0.13
HSL 30º 0.92% 0.45% -
HSV(B) 30º 0.96% 0.87% -
XYZ 36 27.65 3.7 -
YUV 134.61 57.12 189.62 -
System Red Green Blue C M Y K H S L
Decimal 221 115 9 0 0.48 0.96 0.13 30 0.92 0.45
Hex DD 73 9 0 30 60 D 1E 5C 2D
Octal 335 163 11 0 60 140 15 36 134 55
Binary 11011101 1110011 1001 0 110000 1100000 1101 11110 1011100 101101

Color Harmonies of #DD7309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7309

Black with #DD7309

Text Example


Text Example

White with #DD7309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7309; }

 p { color: rgb(221,115,9); }

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

background-color css

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

 a { background-color: rgb(221,115,9); }

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

border-color css

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

 span { border-color: rgb(221,115,9); }

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