Html Css Color HEX #DD7503 Mango Tango

📋 copy color: '#DD7503'

red 221 ◦ green 117 ◦ blue 3

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

Shades of Mango Tango #DD7503

Tints of Mango Tango #DD7503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 64.81%
G = 34.31%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD7503 (or 0xDD7503) is known color: Mango Tango. HEX triplet: DD, 75 and 03. RGB value is (221,117,3). Sum of RGB (Red+Green+Blue) = 221+117+3=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7503 is #228AFC. Grayscale: #878787. Windows color (decimal): -2263805 or 226781. OLE color: 226781.

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

Color convert

RGB 221 117 3 -
CMYK 0 0.47 0.99 0.13
HSL 31.38º 0.97% 0.44% -
HSV(B) 31.38º 0.99% 0.87% -
XYZ 36.2 28.1 3.6 -
YUV 135.1 53.46 189.27 -
System Red Green Blue C M Y K H S L
Decimal 221 117 3 0 0.47 0.99 0.13 31.38 0.97 0.44
Hex DD 75 3 0 2F 63 D 1F 61 2C
Octal 335 165 3 0 57 143 15 37 141 54
Binary 11011101 1110101 11 0 101111 1100011 1101 11111 1100001 101100

Color Harmonies of #DD7503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7503

Black with #DD7503

Text Example


Text Example

White with #DD7503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7503; }

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

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

background-color css

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

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

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

border-color css

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

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

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