Html Css Color HEX #DD8208 Mango Tango

📋 copy color: '#DD8208'

red 221 ◦ green 130 ◦ blue 8

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

Shades of Mango Tango #DD8208

Tints of Mango Tango #DD8208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.23%

R = 61.56%
G = 36.21%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD8208 (or 0xDD8208) is known color: Mango Tango. HEX triplet: DD, 82 and 08. RGB value is (221,130,8). Sum of RGB (Red+Green+Blue) = 221+130+8=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8208 is #227DF7. Grayscale: #8F8F8F. Windows color (decimal): -2260472 or 557789. OLE color: 557789.

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

Color convert

RGB 221 130 8 -
CMYK 0 0.41 0.96 0.13
HSL 34.37º 0.93% 0.45% -
HSV(B) 34.37º 0.96% 0.87% -
XYZ 37.85 31.35 4.29 -
YUV 143.3 51.65 183.42 -
System Red Green Blue C M Y K H S L
Decimal 221 130 8 0 0.41 0.96 0.13 34.37 0.93 0.45
Hex DD 82 8 0 29 60 D 22 5D 2D
Octal 335 202 10 0 51 140 15 42 135 55
Binary 11011101 10000010 1000 0 101001 1100000 1101 100010 1011101 101101

Color Harmonies of #DD8208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8208

Black with #DD8208

Text Example


Text Example

White with #DD8208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8208; }

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

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

background-color css

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

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

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

border-color css

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

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

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