Html Css Color HEX #DD7510 Mango Tango

📋 copy color: '#DD7510'

red 221 ◦ green 117 ◦ blue 16

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

Shades of Mango Tango #DD7510

Tints of Mango Tango #DD7510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.52%

R = 62.43%
G = 33.05%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD7510 (or 0xDD7510) is known color: Mango Tango. HEX triplet: DD, 75 and 10. RGB value is (221,117,16). Sum of RGB (Red+Green+Blue) = 221+117+16=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7510 is #228AEF. Grayscale: #898989. Windows color (decimal): -2263792 or 1078749. OLE color: 1078749.

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

Color convert

RGB 221 117 16 -
CMYK 0 0.47 0.93 0.13
HSL 29.56º 0.86% 0.46% -
HSV(B) 29.56º 0.93% 0.87% -
XYZ 36.27 28.13 4.01 -
YUV 136.58 59.96 188.21 -
System Red Green Blue C M Y K H S L
Decimal 221 117 16 0 0.47 0.93 0.13 29.56 0.86 0.46
Hex DD 75 10 0 2F 5D D 1E 56 2E
Octal 335 165 20 0 57 135 15 36 126 56
Binary 11011101 1110101 10000 0 101111 1011101 1101 11110 1010110 101110

Color Harmonies of #DD7510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7510

Black with #DD7510

Text Example


Text Example

White with #DD7510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7510; }

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

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

background-color css

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

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

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

border-color css

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

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

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