Html Css Color HEX #DD7C06 Mango Tango

📋 copy color: '#DD7C06'

red 221 ◦ green 124 ◦ blue 6

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

Shades of Mango Tango #DD7C06

Tints of Mango Tango #DD7C06

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.33%

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

R = 62.96%
G = 35.33%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD7C06 (or 0xDD7C06) is known color: Mango Tango. HEX triplet: DD, 7C and 06. RGB value is (221,124,6). Sum of RGB (Red+Green+Blue) = 221+124+6=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7C06 is #2283F9. Grayscale: #8C8C8C. Windows color (decimal): -2262010 or 425181. OLE color: 425181.

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

Color convert

RGB 221 124 6 -
CMYK 0 0.44 0.97 0.13
HSL 32.93º 0.95% 0.45% -
HSV(B) 32.93º 0.97% 0.87% -
XYZ 37.06 29.8 3.97 -
YUV 139.55 52.64 186.09 -
System Red Green Blue C M Y K H S L
Decimal 221 124 6 0 0.44 0.97 0.13 32.93 0.95 0.45
Hex DD 7C 6 0 2C 61 D 21 5F 2D
Octal 335 174 6 0 54 141 15 41 137 55
Binary 11011101 1111100 110 0 101100 1100001 1101 100001 1011111 101101

Color Harmonies of #DD7C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C06

Black with #DD7C06

Text Example


Text Example

White with #DD7C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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