Html Css Color HEX #DD7608 Mango Tango

📋 copy color: '#DD7608'

red 221 ◦ green 118 ◦ blue 8

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

Shades of Mango Tango #DD7608

Tints of Mango Tango #DD7608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.01%

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

R = 63.69%
G = 34.01%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD7608 (or 0xDD7608) is known color: Mango Tango. HEX triplet: DD, 76 and 08. RGB value is (221,118,8). Sum of RGB (Red+Green+Blue) = 221+118+8=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7608 is #2289F7. Grayscale: #888888. Windows color (decimal): -2263544 or 554717. OLE color: 554717.

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

Color convert

RGB 221 118 8 -
CMYK 0 0.47 0.96 0.13
HSL 30.99º 0.93% 0.45% -
HSV(B) 30.99º 0.96% 0.87% -
XYZ 36.34 28.35 3.79 -
YUV 136.26 55.62 188.44 -
System Red Green Blue C M Y K H S L
Decimal 221 118 8 0 0.47 0.96 0.13 30.99 0.93 0.45
Hex DD 76 8 0 2F 60 D 1F 5D 2D
Octal 335 166 10 0 57 140 15 37 135 55
Binary 11011101 1110110 1000 0 101111 1100000 1101 11111 1011101 101101

Color Harmonies of #DD7608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7608

Black with #DD7608

Text Example


Text Example

White with #DD7608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7608; }

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

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

background-color css

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

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

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

border-color css

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

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

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