Html Css Color HEX #DD8306 Mango Tango

📋 copy color: '#DD8306'

red 221 ◦ green 131 ◦ blue 6

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

Shades of Mango Tango #DD8306

Tints of Mango Tango #DD8306

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.59%

 BLUE value IS 6 (2.73% from 255) = 1.68%

R = 61.73%
G = 36.59%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD8306 (or 0xDD8306) is known color: Mango Tango. HEX triplet: DD, 83 and 06. RGB value is (221,131,6). Sum of RGB (Red+Green+Blue) = 221+131+6=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8306 is #227CF9. Grayscale: #909090. Windows color (decimal): -2260218 or 426973. OLE color: 426973.

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

Color convert

RGB 221 131 6 -
CMYK 0 0.41 0.97 0.13
HSL 34.88º 0.95% 0.45% -
HSV(B) 34.88º 0.97% 0.87% -
XYZ 37.97 31.62 4.27 -
YUV 143.66 50.32 183.16 -
System Red Green Blue C M Y K H S L
Decimal 221 131 6 0 0.41 0.97 0.13 34.88 0.95 0.45
Hex DD 83 6 0 29 61 D 23 5F 2D
Octal 335 203 6 0 51 141 15 43 137 55
Binary 11011101 10000011 110 0 101001 1100001 1101 100011 1011111 101101

Color Harmonies of #DD8306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8306

Black with #DD8306

Text Example


Text Example

White with #DD8306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8306; }

 p { color: rgb(221,131,6); }

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

background-color css

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

 a { background-color: rgb(221,131,6); }

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

border-color css

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

 span { border-color: rgb(221,131,6); }

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