Html Css Color HEX #DD6904 Mango Tango

📋 copy color: '#DD6904'

red 221 ◦ green 105 ◦ blue 4

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

Shades of Mango Tango #DD6904

Tints of Mango Tango #DD6904

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.82%

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

R = 66.97%
G = 31.82%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD6904 (or 0xDD6904) is known color: Mango Tango. HEX triplet: DD, 69 and 04. RGB value is (221,105,4). Sum of RGB (Red+Green+Blue) = 221+105+4=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6904 is #2296FB. Grayscale: #808080. Windows color (decimal): -2266876 or 289245. OLE color: 289245.

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

Color convert

RGB 221 105 4 -
CMYK 0 0.52 0.98 0.13
HSL 27.93º 0.96% 0.44% -
HSV(B) 27.93º 0.98% 0.87% -
XYZ 34.89 25.48 3.19 -
YUV 128.17 57.93 194.21 -
System Red Green Blue C M Y K H S L
Decimal 221 105 4 0 0.52 0.98 0.13 27.93 0.96 0.44
Hex DD 69 4 0 34 62 D 1C 60 2C
Octal 335 151 4 0 64 142 15 34 140 54
Binary 11011101 1101001 100 0 110100 1100010 1101 11100 1100000 101100

Color Harmonies of #DD6904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6904

Black with #DD6904

Text Example


Text Example

White with #DD6904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6904; }

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

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

background-color css

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

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

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

border-color css

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

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

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