Html Css Color HEX #DD7612 Mango Tango

📋 copy color: '#DD7612'

red 221 ◦ green 118 ◦ blue 18

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

Shades of Mango Tango #DD7612

Tints of Mango Tango #DD7612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.04%

R = 61.9%
G = 33.05%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD7612 (or 0xDD7612) is known color: Mango Tango. HEX triplet: DD, 76 and 12. RGB value is (221,118,18). Sum of RGB (Red+Green+Blue) = 221+118+18=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7612 is #2289ED. Grayscale: #898989. Windows color (decimal): -2263534 or 1210077. OLE color: 1210077.

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

Color convert

RGB 221 118 18 -
CMYK 0 0.47 0.92 0.13
HSL 29.56º 0.85% 0.47% -
HSV(B) 29.56º 0.92% 0.87% -
XYZ 36.41 28.37 4.13 -
YUV 137.4 60.62 187.63 -
System Red Green Blue C M Y K H S L
Decimal 221 118 18 0 0.47 0.92 0.13 29.56 0.85 0.47
Hex DD 76 12 0 2F 5C D 1E 55 2F
Octal 335 166 22 0 57 134 15 36 125 57
Binary 11011101 1110110 10010 0 101111 1011100 1101 11110 1010101 101111

Color Harmonies of #DD7612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7612

Black with #DD7612

Text Example


Text Example

White with #DD7612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7612; }

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

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

background-color css

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

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

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

border-color css

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

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

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