Html Css Color HEX #DD7504 Mango Tango

📋 copy color: '#DD7504'

red 221 ◦ green 117 ◦ blue 4

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

Shades of Mango Tango #DD7504

Tints of Mango Tango #DD7504

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.21%

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 64.62%
G = 34.21%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD7504 (or 0xDD7504) is known color: Mango Tango. HEX triplet: DD, 75 and 04. RGB value is (221,117,4). Sum of RGB (Red+Green+Blue) = 221+117+4=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7504 is #228AFB. Grayscale: #878787. Windows color (decimal): -2263804 or 292317. OLE color: 292317.

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

Color convert

RGB 221 117 4 -
CMYK 0 0.47 0.98 0.13
HSL 31.24º 0.96% 0.44% -
HSV(B) 31.24º 0.98% 0.87% -
XYZ 36.2 28.1 3.63 -
YUV 135.21 53.96 189.19 -
System Red Green Blue C M Y K H S L
Decimal 221 117 4 0 0.47 0.98 0.13 31.24 0.96 0.44
Hex DD 75 4 0 2F 62 D 1F 60 2C
Octal 335 165 4 0 57 142 15 37 140 54
Binary 11011101 1110101 100 0 101111 1100010 1101 11111 1100000 101100

Color Harmonies of #DD7504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7504

Black with #DD7504

Text Example


Text Example

White with #DD7504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7504; }

 p { color: rgb(221,117,4); }

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

background-color css

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

 a { background-color: rgb(221,117,4); }

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

border-color css

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

 span { border-color: rgb(221,117,4); }

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