Html Css Color HEX #DD7D06 Mango Tango

📋 copy color: '#DD7D06'

red 221 ◦ green 125 ◦ blue 6

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

Shades of Mango Tango #DD7D06

Tints of Mango Tango #DD7D06

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.51%

 BLUE value IS 6 (2.73% from 255) = 1.7%

R = 62.78%
G = 35.51%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD7D06 (or 0xDD7D06) is known color: Mango Tango. HEX triplet: DD, 7D and 06. RGB value is (221,125,6). Sum of RGB (Red+Green+Blue) = 221+125+6=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7D06 is #2282F9. Grayscale: #8C8C8C. Windows color (decimal): -2261754 or 425437. OLE color: 425437.

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

Color convert

RGB 221 125 6 -
CMYK 0 0.43 0.97 0.13
HSL 33.21º 0.95% 0.45% -
HSV(B) 33.21º 0.97% 0.87% -
XYZ 37.19 30.05 4.01 -
YUV 140.14 52.3 185.68 -
System Red Green Blue C M Y K H S L
Decimal 221 125 6 0 0.43 0.97 0.13 33.21 0.95 0.45
Hex DD 7D 6 0 2B 61 D 21 5F 2D
Octal 335 175 6 0 53 141 15 41 137 55
Binary 11011101 1111101 110 0 101011 1100001 1101 100001 1011111 101101

Color Harmonies of #DD7D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D06

Black with #DD7D06

Text Example


Text Example

White with #DD7D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D06; }

 p { color: rgb(221,125,6); }

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

background-color css

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

 a { background-color: rgb(221,125,6); }

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

border-color css

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

 span { border-color: rgb(221,125,6); }

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