Html Css Color HEX #DD6D08 Mango Tango

📋 copy color: '#DD6D08'

red 221 ◦ green 109 ◦ blue 8

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

Shades of Mango Tango #DD6D08

Tints of Mango Tango #DD6D08

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.25%

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

R = 65.38%
G = 32.25%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD6D08 (or 0xDD6D08) is known color: Mango Tango. HEX triplet: DD, 6D and 08. RGB value is (221,109,8). Sum of RGB (Red+Green+Blue) = 221+109+8=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6D08 is #2292F7. Grayscale: #838383. Windows color (decimal): -2265848 or 552413. OLE color: 552413.

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

Color convert

RGB 221 109 8 -
CMYK 0 0.51 0.96 0.13
HSL 28.45º 0.93% 0.45% -
HSV(B) 28.45º 0.96% 0.87% -
XYZ 35.33 26.33 3.45 -
YUV 130.97 58.61 192.21 -
System Red Green Blue C M Y K H S L
Decimal 221 109 8 0 0.51 0.96 0.13 28.45 0.93 0.45
Hex DD 6D 8 0 33 60 D 1C 5D 2D
Octal 335 155 10 0 63 140 15 34 135 55
Binary 11011101 1101101 1000 0 110011 1100000 1101 11100 1011101 101101

Color Harmonies of #DD6D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D08

Black with #DD6D08

Text Example


Text Example

White with #DD6D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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