Html Css Color HEX #DD7505 Mango Tango

📋 copy color: '#DD7505'

red 221 ◦ green 117 ◦ blue 5

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

Shades of Mango Tango #DD7505

Tints of Mango Tango #DD7505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 64.43%
G = 34.11%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD7505 (or 0xDD7505) is known color: Mango Tango. HEX triplet: DD, 75 and 05. RGB value is (221,117,5). Sum of RGB (Red+Green+Blue) = 221+117+5=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7505 is #228AFA. Grayscale: #878787. Windows color (decimal): -2263803 or 357853. OLE color: 357853.

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

Color convert

RGB 221 117 5 -
CMYK 0 0.47 0.98 0.13
HSL 31.11º 0.96% 0.44% -
HSV(B) 31.11º 0.98% 0.87% -
XYZ 36.21 28.11 3.66 -
YUV 135.33 54.46 189.11 -
System Red Green Blue C M Y K H S L
Decimal 221 117 5 0 0.47 0.98 0.13 31.11 0.96 0.44
Hex DD 75 5 0 2F 62 D 1F 60 2C
Octal 335 165 5 0 57 142 15 37 140 54
Binary 11011101 1110101 101 0 101111 1100010 1101 11111 1100000 101100

Color Harmonies of #DD7505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7505

Black with #DD7505

Text Example


Text Example

White with #DD7505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7505; }

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

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

background-color css

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

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

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

border-color css

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

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

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