Html Css Color HEX #DD7F05 Mango Tango

📋 copy color: '#DD7F05'

red 221 ◦ green 127 ◦ blue 5

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

Shades of Mango Tango #DD7F05

Tints of Mango Tango #DD7F05

RGB

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

 GREEN value IS 127 (50% from 255) = 35.98%

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

R = 62.61%
G = 35.98%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD7F05 (or 0xDD7F05) is known color: Mango Tango. HEX triplet: DD, 7F and 05. RGB value is (221,127,5). Sum of RGB (Red+Green+Blue) = 221+127+5=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7F05 is #2280FA. Grayscale: #8D8D8D. Windows color (decimal): -2261243 or 360413. OLE color: 360413.

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

Color convert

RGB 221 127 5 -
CMYK 0 0.43 0.98 0.13
HSL 33.89º 0.96% 0.44% -
HSV(B) 33.89º 0.98% 0.87% -
XYZ 37.44 30.56 4.07 -
YUV 141.2 51.14 184.92 -
System Red Green Blue C M Y K H S L
Decimal 221 127 5 0 0.43 0.98 0.13 33.89 0.96 0.44
Hex DD 7F 5 0 2B 62 D 22 60 2C
Octal 335 177 5 0 53 142 15 42 140 54
Binary 11011101 1111111 101 0 101011 1100010 1101 100010 1100000 101100

Color Harmonies of #DD7F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F05

Black with #DD7F05

Text Example


Text Example

White with #DD7F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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