Html Css Color HEX #DD760D Mango Tango

📋 copy color: '#DD760D'

red 221 ◦ green 118 ◦ blue 13

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

Shades of Mango Tango #DD760D

Tints of Mango Tango #DD760D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.69%

R = 62.78%
G = 33.52%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD760D (or 0xDD760D) is known color: Mango Tango. HEX triplet: DD, 76 and 0D. RGB value is (221,118,13). Sum of RGB (Red+Green+Blue) = 221+118+13=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD760D is #2289F2. Grayscale: #898989. Windows color (decimal): -2263539 or 882397. OLE color: 882397.

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

Color convert

RGB 221 118 13 -
CMYK 0 0.47 0.94 0.13
HSL 30.29º 0.89% 0.46% -
HSV(B) 30.29º 0.94% 0.87% -
XYZ 36.37 28.36 3.94 -
YUV 136.83 58.12 188.04 -
System Red Green Blue C M Y K H S L
Decimal 221 118 13 0 0.47 0.94 0.13 30.29 0.89 0.46
Hex DD 76 D 0 2F 5E D 1E 59 2E
Octal 335 166 15 0 57 136 15 36 131 56
Binary 11011101 1110110 1101 0 101111 1011110 1101 11110 1011001 101110

Color Harmonies of #DD760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD760D

Black with #DD760D

Text Example


Text Example

White with #DD760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD760D; }

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

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

background-color css

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

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

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

border-color css

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

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

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