Html Css Color HEX #DD8206 Mango Tango

📋 copy color: '#DD8206'

red 221 ◦ green 130 ◦ blue 6

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

Shades of Mango Tango #DD8206

Tints of Mango Tango #DD8206

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.41%

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

R = 61.9%
G = 36.41%
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

#DD8206 (or 0xDD8206) is known color: Mango Tango. HEX triplet: DD, 82 and 06. RGB value is (221,130,6). Sum of RGB (Red+Green+Blue) = 221+130+6=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 6 (2.73% from 255 or 1.68% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8206 is #227DF9. Grayscale: #8F8F8F. Windows color (decimal): -2260474 or 426717. OLE color: 426717.

HSL color Cylindrical-coordinate representation of color #DD8206: hue angle of 34.6º 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 #DD8206 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 130 6 -
CMYK 0 0.41 0.97 0.13
HSL 34.6º 0.95% 0.45% -
HSV(B) 34.6º 0.97% 0.87% -
XYZ 37.83 31.35 4.23 -
YUV 143.07 50.65 183.58 -
System Red Green Blue C M Y K H S L
Decimal 221 130 6 0 0.41 0.97 0.13 34.6 0.95 0.45
Hex DD 82 6 0 29 61 D 23 5F 2D
Octal 335 202 6 0 51 141 15 43 137 55
Binary 11011101 10000010 110 0 101001 1100001 1101 100011 1011111 101101

Color Harmonies of #DD8206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8206

Black with #DD8206

Text Example


Text Example

White with #DD8206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8206; }

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

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

background-color css

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

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

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

border-color css

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

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

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