Html Css Color HEX #DD6C05 Mango Tango

📋 copy color: '#DD6C05'

red 221 ◦ green 108 ◦ blue 5

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

Shades of Mango Tango #DD6C05

Tints of Mango Tango #DD6C05

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

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

R = 66.17%
G = 32.34%
B = 1.5%

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

#DD6C05 (or 0xDD6C05) is known color: Mango Tango. HEX triplet: DD, 6C and 05. RGB value is (221,108,5). Sum of RGB (Red+Green+Blue) = 221+108+5=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6C05 is #2293FA. Grayscale: #828282. Windows color (decimal): -2266107 or 355549. OLE color: 355549.

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

Color convert

RGB 221 108 5 -
CMYK 0 0.51 0.98 0.13
HSL 28.61º 0.96% 0.44% -
HSV(B) 28.61º 0.98% 0.87% -
XYZ 35.21 26.11 3.33 -
YUV 130.05 57.44 192.88 -
System Red Green Blue C M Y K H S L
Decimal 221 108 5 0 0.51 0.98 0.13 28.61 0.96 0.44
Hex DD 6C 5 0 33 62 D 1D 60 2C
Octal 335 154 5 0 63 142 15 35 140 54
Binary 11011101 1101100 101 0 110011 1100010 1101 11101 1100000 101100

Color Harmonies of #DD6C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6C05

Black with #DD6C05

Text Example


Text Example

White with #DD6C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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