Html Css Color HEX #DD6808 Mango Tango

📋 copy color: '#DD6808'

red 221 ◦ green 104 ◦ blue 8

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

Shades of Mango Tango #DD6808

Tints of Mango Tango #DD6808

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.23%

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

R = 66.37%
G = 31.23%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD6808 (or 0xDD6808) is known color: Mango Tango. HEX triplet: DD, 68 and 08. RGB value is (221,104,8). Sum of RGB (Red+Green+Blue) = 221+104+8=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6808 is #2297F7. Grayscale: #808080. Windows color (decimal): -2267128 or 551133. OLE color: 551133.

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

Color convert

RGB 221 104 8 -
CMYK 0 0.53 0.96 0.13
HSL 27.04º 0.93% 0.45% -
HSV(B) 27.04º 0.96% 0.87% -
XYZ 34.81 25.29 3.28 -
YUV 128.04 60.26 194.31 -
System Red Green Blue C M Y K H S L
Decimal 221 104 8 0 0.53 0.96 0.13 27.04 0.93 0.45
Hex DD 68 8 0 35 60 D 1B 5D 2D
Octal 335 150 10 0 65 140 15 33 135 55
Binary 11011101 1101000 1000 0 110101 1100000 1101 11011 1011101 101101

Color Harmonies of #DD6808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6808

Black with #DD6808

Text Example


Text Example

White with #DD6808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6808; }

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

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

background-color css

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

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

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

border-color css

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

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

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