Html Css Color HEX #DD7509 Mango Tango

📋 copy color: '#DD7509'

red 221 ◦ green 117 ◦ blue 9

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

Shades of Mango Tango #DD7509

Tints of Mango Tango #DD7509

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

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

R = 63.69%
G = 33.72%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD7509 (or 0xDD7509) is known color: Mango Tango. HEX triplet: DD, 75 and 09. RGB value is (221,117,9). Sum of RGB (Red+Green+Blue) = 221+117+9=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 9 (3.91% from 255 or 2.59% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7509 is #228AF6. Grayscale: #888888. Windows color (decimal): -2263799 or 619997. OLE color: 619997.

HSL color Cylindrical-coordinate representation of color #DD7509: hue angle of 30.57º 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 #DD7509 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 117 9 -
CMYK 0 0.47 0.96 0.13
HSL 30.57º 0.92% 0.45% -
HSV(B) 30.57º 0.96% 0.87% -
XYZ 36.23 28.11 3.78 -
YUV 135.78 56.46 188.78 -
System Red Green Blue C M Y K H S L
Decimal 221 117 9 0 0.47 0.96 0.13 30.57 0.92 0.45
Hex DD 75 9 0 2F 60 D 1F 5C 2D
Octal 335 165 11 0 57 140 15 37 134 55
Binary 11011101 1110101 1001 0 101111 1100000 1101 11111 1011100 101101

Color Harmonies of #DD7509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7509

Black with #DD7509

Text Example


Text Example

White with #DD7509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7509; }

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

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

background-color css

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

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

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

border-color css

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

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

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