Html Css Color HEX #DD7B04 Mango Tango

📋 copy color: '#DD7B04'

red 221 ◦ green 123 ◦ blue 4

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

Shades of Mango Tango #DD7B04

Tints of Mango Tango #DD7B04

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.34%

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

R = 63.51%
G = 35.34%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD7B04 (or 0xDD7B04) is known color: Mango Tango. HEX triplet: DD, 7B and 04. RGB value is (221,123,4). Sum of RGB (Red+Green+Blue) = 221+123+4=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7B04 is #2284FB. Grayscale: #8B8B8B. Windows color (decimal): -2262268 or 293853. OLE color: 293853.

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

Color convert

RGB 221 123 4 -
CMYK 0 0.44 0.98 0.13
HSL 32.9º 0.96% 0.44% -
HSV(B) 32.9º 0.98% 0.87% -
XYZ 36.92 29.55 3.87 -
YUV 138.74 51.97 186.68 -
System Red Green Blue C M Y K H S L
Decimal 221 123 4 0 0.44 0.98 0.13 32.9 0.96 0.44
Hex DD 7B 4 0 2C 62 D 21 60 2C
Octal 335 173 4 0 54 142 15 41 140 54
Binary 11011101 1111011 100 0 101100 1100010 1101 100001 1100000 101100

Color Harmonies of #DD7B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B04

Black with #DD7B04

Text Example


Text Example

White with #DD7B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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