Html Css Color HEX #DD790B Mango Tango

📋 copy color: '#DD790B'

red 221 ◦ green 121 ◦ blue 11

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

Shades of Mango Tango #DD790B

Tints of Mango Tango #DD790B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.12%

R = 62.61%
G = 34.28%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD790B (or 0xDD790B) is known color: Mango Tango. HEX triplet: DD, 79 and 0B. RGB value is (221,121,11). Sum of RGB (Red+Green+Blue) = 221+121+11=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD790B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD790B is #2286F4. Grayscale: #8A8A8A. Windows color (decimal): -2262773 or 752093. OLE color: 752093.

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

Color convert

RGB 221 121 11 -
CMYK 0 0.45 0.95 0.13
HSL 31.43º 0.91% 0.45% -
HSV(B) 31.43º 0.95% 0.87% -
XYZ 36.72 29.07 3.99 -
YUV 138.36 56.13 186.94 -
System Red Green Blue C M Y K H S L
Decimal 221 121 11 0 0.45 0.95 0.13 31.43 0.91 0.45
Hex DD 79 B 0 2D 5F D 1F 5B 2D
Octal 335 171 13 0 55 137 15 37 133 55
Binary 11011101 1111001 1011 0 101101 1011111 1101 11111 1011011 101101

Color Harmonies of #DD790B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD790B

Black with #DD790B

Text Example


Text Example

White with #DD790B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD790B; }

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

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

background-color css

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

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

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

border-color css

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

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

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