Html Css Color HEX #DD6500 Mango Tango

📋 copy color: '#DD6500'

red 221 ◦ green 101 ◦ blue 0

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

Shades of Mango Tango #DD6500

Tints of Mango Tango #DD6500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.63%
G = 31.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD6500 (or 0xDD6500) is known color: Mango Tango. HEX triplet: DD, 65 and 00. RGB value is (221,101,0). Sum of RGB (Red+Green+Blue) = 221+101+0=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6500 is #229AFF. Grayscale: #7D7D7D. Windows color (decimal): -2267904 or 26077. OLE color: 26077.

HSL color Cylindrical-coordinate representation of color #DD6500: hue angle of 27.42º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD6500 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 101 0 -
CMYK 0 0.54 1 0.13
HSL 27.42º 1% 0.43% -
HSV(B) 27.42º 1% 0.87% -
XYZ 34.47 24.68 2.95 -
YUV 125.37 57.26 196.21 -
System Red Green Blue C M Y K H S L
Decimal 221 101 0 0 0.54 1 0.13 27.42 1 0.43
Hex DD 65 0 0 36 64 D 1B 64 2B
Octal 335 145 0 0 66 144 15 33 144 53
Binary 11011101 1100101 0 0 110110 1100100 1101 11011 1100100 101011

Color Harmonies of #DD6500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6500

Black with #DD6500

Text Example


Text Example

White with #DD6500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6500; }

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

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

background-color css

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

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

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

border-color css

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

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

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