Html Css Color HEX #DD7507 Mango Tango

📋 copy color: '#DD7507'

red 221 ◦ green 117 ◦ blue 7

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

Shades of Mango Tango #DD7507

Tints of Mango Tango #DD7507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.03%

R = 64.06%
G = 33.91%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD7507 (or 0xDD7507) is known color: Mango Tango. HEX triplet: DD, 75 and 07. RGB value is (221,117,7). Sum of RGB (Red+Green+Blue) = 221+117+7=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7507 is #228AF8. Grayscale: #888888. Windows color (decimal): -2263801 or 488925. OLE color: 488925.

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

Color convert

RGB 221 117 7 -
CMYK 0 0.47 0.97 0.13
HSL 30.84º 0.94% 0.45% -
HSV(B) 30.84º 0.97% 0.87% -
XYZ 36.22 28.11 3.72 -
YUV 135.56 55.46 188.94 -
System Red Green Blue C M Y K H S L
Decimal 221 117 7 0 0.47 0.97 0.13 30.84 0.94 0.45
Hex DD 75 7 0 2F 61 D 1F 5E 2D
Octal 335 165 7 0 57 141 15 37 136 55
Binary 11011101 1110101 111 0 101111 1100001 1101 11111 1011110 101101

Color Harmonies of #DD7507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7507

Black with #DD7507

Text Example


Text Example

White with #DD7507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7507; }

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

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

background-color css

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

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

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

border-color css

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

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

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