Html Css Color HEX #DD7F03 Mango Tango

📋 copy color: '#DD7F03'

red 221 ◦ green 127 ◦ blue 3

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

Shades of Mango Tango #DD7F03

Tints of Mango Tango #DD7F03

RGB

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

 GREEN value IS 127 (50% from 255) = 36.18%

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

R = 62.96%
G = 36.18%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD7F03 (or 0xDD7F03) is known color: Mango Tango. HEX triplet: DD, 7F and 03. RGB value is (221,127,3). Sum of RGB (Red+Green+Blue) = 221+127+3=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7F03 is #2280FC. Grayscale: #8D8D8D. Windows color (decimal): -2261245 or 229341. OLE color: 229341.

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

Color convert

RGB 221 127 3 -
CMYK 0 0.43 0.99 0.13
HSL 34.13º 0.97% 0.44% -
HSV(B) 34.13º 0.99% 0.87% -
XYZ 37.42 30.56 4.01 -
YUV 140.97 50.14 185.08 -
System Red Green Blue C M Y K H S L
Decimal 221 127 3 0 0.43 0.99 0.13 34.13 0.97 0.44
Hex DD 7F 3 0 2B 63 D 22 61 2C
Octal 335 177 3 0 53 143 15 42 141 54
Binary 11011101 1111111 11 0 101011 1100011 1101 100010 1100001 101100

Color Harmonies of #DD7F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F03

Black with #DD7F03

Text Example


Text Example

White with #DD7F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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