Html Css Color HEX #DD760F Mango Tango

📋 copy color: '#DD760F'

red 221 ◦ green 118 ◦ blue 15

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

Shades of Mango Tango #DD760F

Tints of Mango Tango #DD760F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.33%

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

R = 62.43%
G = 33.33%
B = 4.24%

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

#DD760F (or 0xDD760F) is known color: Mango Tango. HEX triplet: DD, 76 and 0F. RGB value is (221,118,15). Sum of RGB (Red+Green+Blue) = 221+118+15=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD760F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD760F is #2289F0. Grayscale: #898989. Windows color (decimal): -2263537 or 1013469. OLE color: 1013469.

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

Color convert

RGB 221 118 15 -
CMYK 0 0.47 0.93 0.13
HSL 30º 0.87% 0.46% -
HSV(B) 30º 0.93% 0.87% -
XYZ 36.38 28.36 4.01 -
YUV 137.06 59.12 187.88 -
System Red Green Blue C M Y K H S L
Decimal 221 118 15 0 0.47 0.93 0.13 30 0.87 0.46
Hex DD 76 F 0 2F 5D D 1E 57 2E
Octal 335 166 17 0 57 135 15 36 127 56
Binary 11011101 1110110 1111 0 101111 1011101 1101 11110 1010111 101110

Color Harmonies of #DD760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD760F

Black with #DD760F

Text Example


Text Example

White with #DD760F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD760F; }

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

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

background-color css

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

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

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

border-color css

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

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

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