Html Css Color HEX #DD7D0F Mango Tango

📋 copy color: '#DD7D0F'

red 221 ◦ green 125 ◦ blue 15

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

Shades of Mango Tango #DD7D0F

Tints of Mango Tango #DD7D0F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.63%

 BLUE value IS 15 (6.25% from 255) = 4.16%

R = 61.22%
G = 34.63%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD7D0F (or 0xDD7D0F) is known color: Mango Tango. HEX triplet: DD, 7D and 0F. RGB value is (221,125,15). Sum of RGB (Red+Green+Blue) = 221+125+15=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7D0F is #2282F0. Grayscale: #8D8D8D. Windows color (decimal): -2261745 or 1015261. OLE color: 1015261.

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

Color convert

RGB 221 125 15 -
CMYK 0 0.43 0.93 0.13
HSL 32.04º 0.87% 0.46% -
HSV(B) 32.04º 0.93% 0.87% -
XYZ 37.24 30.07 4.29 -
YUV 141.16 56.8 184.94 -
System Red Green Blue C M Y K H S L
Decimal 221 125 15 0 0.43 0.93 0.13 32.04 0.87 0.46
Hex DD 7D F 0 2B 5D D 20 57 2E
Octal 335 175 17 0 53 135 15 40 127 56
Binary 11011101 1111101 1111 0 101011 1011101 1101 100000 1010111 101110

Color Harmonies of #DD7D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D0F

Black with #DD7D0F

Text Example


Text Example

White with #DD7D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D0F; }

 p { color: rgb(221,125,15); }

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

background-color css

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

 a { background-color: rgb(221,125,15); }

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

border-color css

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

 span { border-color: rgb(221,125,15); }

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