Html Css Color HEX #DD8007 Mango Tango

📋 copy color: '#DD8007'

red 221 ◦ green 128 ◦ blue 7

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

Shades of Mango Tango #DD8007

Tints of Mango Tango #DD8007

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.96%

 BLUE value IS 7 (3.13% from 255) = 1.97%

R = 62.08%
G = 35.96%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD8007 (or 0xDD8007) is known color: Mango Tango. HEX triplet: DD, 80 and 07. RGB value is (221,128,7). Sum of RGB (Red+Green+Blue) = 221+128+7=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8007 is #227FF8. Grayscale: #8E8E8E. Windows color (decimal): -2260985 or 491741. OLE color: 491741.

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

Color convert

RGB 221 128 7 -
CMYK 0 0.42 0.97 0.13
HSL 33.93º 0.94% 0.45% -
HSV(B) 33.93º 0.97% 0.87% -
XYZ 37.58 30.83 4.17 -
YUV 142.01 51.81 184.34 -
System Red Green Blue C M Y K H S L
Decimal 221 128 7 0 0.42 0.97 0.13 33.93 0.94 0.45
Hex DD 80 7 0 2A 61 D 22 5E 2D
Octal 335 200 7 0 52 141 15 42 136 55
Binary 11011101 10000000 111 0 101010 1100001 1101 100010 1011110 101101

Color Harmonies of #DD8007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8007

Black with #DD8007

Text Example


Text Example

White with #DD8007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8007; }

 p { color: rgb(221,128,7); }

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

background-color css

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

 a { background-color: rgb(221,128,7); }

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

border-color css

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

 span { border-color: rgb(221,128,7); }

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