Html Css Color HEX #DD6506 Mango Tango

📋 copy color: '#DD6506'

red 221 ◦ green 101 ◦ blue 6

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

Shades of Mango Tango #DD6506

Tints of Mango Tango #DD6506

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.79%

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

R = 67.38%
G = 30.79%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD6506 (or 0xDD6506) is known color: Mango Tango. HEX triplet: DD, 65 and 06. RGB value is (221,101,6). Sum of RGB (Red+Green+Blue) = 221+101+6=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6506 is #229AF9. Grayscale: #7E7E7E. Windows color (decimal): -2267898 or 419293. OLE color: 419293.

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

Color convert

RGB 221 101 6 -
CMYK 0 0.54 0.97 0.13
HSL 26.51º 0.95% 0.45% -
HSV(B) 26.51º 0.97% 0.87% -
XYZ 34.51 24.69 3.12 -
YUV 126.05 60.26 195.72 -
System Red Green Blue C M Y K H S L
Decimal 221 101 6 0 0.54 0.97 0.13 26.51 0.95 0.45
Hex DD 65 6 0 36 61 D 1B 5F 2D
Octal 335 145 6 0 66 141 15 33 137 55
Binary 11011101 1100101 110 0 110110 1100001 1101 11011 1011111 101101

Color Harmonies of #DD6506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6506

Black with #DD6506

Text Example


Text Example

White with #DD6506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6506; }

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

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

background-color css

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

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

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

border-color css

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

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

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