Html Css Color HEX #DD730A Mango Tango

📋 copy color: '#DD730A'

red 221 ◦ green 115 ◦ blue 10

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

Shades of Mango Tango #DD730A

Tints of Mango Tango #DD730A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.24%

 BLUE value IS 10 (4.3% from 255) = 2.89%

R = 63.87%
G = 33.24%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD730A (or 0xDD730A) is known color: Mango Tango. HEX triplet: DD, 73 and 0A. RGB value is (221,115,10). Sum of RGB (Red+Green+Blue) = 221+115+10=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD730A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD730A is #228CF5. Grayscale: #878787. Windows color (decimal): -2264310 or 685021. OLE color: 685021.

HSL color Cylindrical-coordinate representation of color #DD730A: hue angle of 29.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD730A is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 115 10 -
CMYK 0 0.48 0.95 0.13
HSL 29.86º 0.91% 0.45% -
HSV(B) 29.86º 0.95% 0.87% -
XYZ 36 27.66 3.73 -
YUV 134.72 57.62 189.54 -
System Red Green Blue C M Y K H S L
Decimal 221 115 10 0 0.48 0.95 0.13 29.86 0.91 0.45
Hex DD 73 A 0 30 5F D 1E 5B 2D
Octal 335 163 12 0 60 137 15 36 133 55
Binary 11011101 1110011 1010 0 110000 1011111 1101 11110 1011011 101101

Color Harmonies of #DD730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD730A

Black with #DD730A

Text Example


Text Example

White with #DD730A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD730A; }

 p { color: rgb(221,115,10); }

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

background-color css

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

 a { background-color: rgb(221,115,10); }

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

border-color css

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

 span { border-color: rgb(221,115,10); }

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