Html Css Color HEX #DD7913 Mango Tango

📋 copy color: '#DD7913'

red 221 ◦ green 121 ◦ blue 19

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

Shades of Mango Tango #DD7913

Tints of Mango Tango #DD7913

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.52%

 BLUE value IS 19 (7.81% from 255) = 5.26%

R = 61.22%
G = 33.52%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD7913 (or 0xDD7913) is known color: Mango Tango. HEX triplet: DD, 79 and 13. RGB value is (221,121,19). Sum of RGB (Red+Green+Blue) = 221+121+19=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7913 is #2286EC. Grayscale: #8B8B8B. Windows color (decimal): -2262765 or 1276381. OLE color: 1276381.

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

Color convert

RGB 221 121 19 -
CMYK 0 0.45 0.91 0.13
HSL 30.3º 0.84% 0.47% -
HSV(B) 30.3º 0.91% 0.87% -
XYZ 36.77 29.09 4.29 -
YUV 139.27 60.13 186.29 -
System Red Green Blue C M Y K H S L
Decimal 221 121 19 0 0.45 0.91 0.13 30.3 0.84 0.47
Hex DD 79 13 0 2D 5B D 1E 54 2F
Octal 335 171 23 0 55 133 15 36 124 57
Binary 11011101 1111001 10011 0 101101 1011011 1101 11110 1010100 101111

Color Harmonies of #DD7913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7913

Black with #DD7913

Text Example


Text Example

White with #DD7913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7913; }

 p { color: rgb(221,121,19); }

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

background-color css

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

 a { background-color: rgb(221,121,19); }

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

border-color css

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

 span { border-color: rgb(221,121,19); }

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