Html Css Color HEX #DD8304 Mango Tango

📋 copy color: '#DD8304'

red 221 ◦ green 131 ◦ blue 4

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

Shades of Mango Tango #DD8304

Tints of Mango Tango #DD8304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

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

R = 62.08%
G = 36.8%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD8304 (or 0xDD8304) is known color: Mango Tango. HEX triplet: DD, 83 and 04. RGB value is (221,131,4). Sum of RGB (Red+Green+Blue) = 221+131+4=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 4 (1.95% from 255 or 1.12% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8304 is #227CFB. Grayscale: #909090. Windows color (decimal): -2260220 or 295901. OLE color: 295901.

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

Color convert

RGB 221 131 4 -
CMYK 0 0.41 0.98 0.13
HSL 35.12º 0.96% 0.44% -
HSV(B) 35.12º 0.98% 0.87% -
XYZ 37.96 31.61 4.22 -
YUV 143.43 49.32 183.33 -
System Red Green Blue C M Y K H S L
Decimal 221 131 4 0 0.41 0.98 0.13 35.12 0.96 0.44
Hex DD 83 4 0 29 62 D 23 60 2C
Octal 335 203 4 0 51 142 15 43 140 54
Binary 11011101 10000011 100 0 101001 1100010 1101 100011 1100000 101100

Color Harmonies of #DD8304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8304

Black with #DD8304

Text Example


Text Example

White with #DD8304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8304; }

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

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

background-color css

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

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

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

border-color css

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

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

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