Html Css Color HEX #DD6A05 Mango Tango

📋 copy color: '#DD6A05'

red 221 ◦ green 106 ◦ blue 5

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

Shades of Mango Tango #DD6A05

Tints of Mango Tango #DD6A05

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.93%

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 66.57%
G = 31.93%
B = 1.51%

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

#DD6A05 (or 0xDD6A05) is known color: Mango Tango. HEX triplet: DD, 6A and 05. RGB value is (221,106,5). Sum of RGB (Red+Green+Blue) = 221+106+5=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6A05 is #2295FA. Grayscale: #818181. Windows color (decimal): -2266619 or 355037. OLE color: 355037.

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

Color convert

RGB 221 106 5 -
CMYK 0 0.52 0.98 0.13
HSL 28.06º 0.96% 0.44% -
HSV(B) 28.06º 0.98% 0.87% -
XYZ 35 25.69 3.26 -
YUV 128.87 58.1 193.71 -
System Red Green Blue C M Y K H S L
Decimal 221 106 5 0 0.52 0.98 0.13 28.06 0.96 0.44
Hex DD 6A 5 0 34 62 D 1C 60 2C
Octal 335 152 5 0 64 142 15 34 140 54
Binary 11011101 1101010 101 0 110100 1100010 1101 11100 1100000 101100

Color Harmonies of #DD6A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A05

Black with #DD6A05

Text Example


Text Example

White with #DD6A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A05; }

 p { color: rgb(221,106,5); }

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

background-color css

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

 a { background-color: rgb(221,106,5); }

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

border-color css

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

 span { border-color: rgb(221,106,5); }

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