Html Css Color HEX #DD6D05 Mango Tango

📋 copy color: '#DD6D05'

red 221 ◦ green 109 ◦ blue 5

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

Shades of Mango Tango #DD6D05

Tints of Mango Tango #DD6D05

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

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

R = 65.97%
G = 32.54%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD6D05 (or 0xDD6D05) is known color: Mango Tango. HEX triplet: DD, 6D and 05. RGB value is (221,109,5). Sum of RGB (Red+Green+Blue) = 221+109+5=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6D05 is #2292FA. Grayscale: #838383. Windows color (decimal): -2265851 or 355805. OLE color: 355805.

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

Color convert

RGB 221 109 5 -
CMYK 0 0.51 0.98 0.13
HSL 28.89º 0.96% 0.44% -
HSV(B) 28.89º 0.98% 0.87% -
XYZ 35.31 26.32 3.36 -
YUV 130.63 57.11 192.46 -
System Red Green Blue C M Y K H S L
Decimal 221 109 5 0 0.51 0.98 0.13 28.89 0.96 0.44
Hex DD 6D 5 0 33 62 D 1D 60 2C
Octal 335 155 5 0 63 142 15 35 140 54
Binary 11011101 1101101 101 0 110011 1100010 1101 11101 1100000 101100

Color Harmonies of #DD6D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D05

Black with #DD6D05

Text Example


Text Example

White with #DD6D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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