Html Css Color HEX #DD6503 Mango Tango

📋 copy color: '#DD6503'

red 221 ◦ green 101 ◦ blue 3

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

Shades of Mango Tango #DD6503

Tints of Mango Tango #DD6503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 68%
G = 31.08%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD6503 (or 0xDD6503) is known color: Mango Tango. HEX triplet: DD, 65 and 03. RGB value is (221,101,3). Sum of RGB (Red+Green+Blue) = 221+101+3=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6503 is #229AFC. Grayscale: #7E7E7E. Windows color (decimal): -2267901 or 222685. OLE color: 222685.

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

Color convert

RGB 221 101 3 -
CMYK 0 0.54 0.99 0.13
HSL 26.97º 0.97% 0.44% -
HSV(B) 26.97º 0.99% 0.87% -
XYZ 34.49 24.69 3.03 -
YUV 125.71 58.76 195.97 -
System Red Green Blue C M Y K H S L
Decimal 221 101 3 0 0.54 0.99 0.13 26.97 0.97 0.44
Hex DD 65 3 0 36 63 D 1B 61 2C
Octal 335 145 3 0 66 143 15 33 141 54
Binary 11011101 1100101 11 0 110110 1100011 1101 11011 1100001 101100

Color Harmonies of #DD6503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6503

Black with #DD6503

Text Example


Text Example

White with #DD6503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6503; }

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

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

background-color css

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

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

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

border-color css

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

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

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