Html Css Color HEX #DD6D0F Mango Tango

📋 copy color: '#DD6D0F'

red 221 ◦ green 109 ◦ blue 15

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

Shades of Mango Tango #DD6D0F

Tints of Mango Tango #DD6D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.35%

R = 64.06%
G = 31.59%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD6D0F (or 0xDD6D0F) is known color: Mango Tango. HEX triplet: DD, 6D and 0F. RGB value is (221,109,15). Sum of RGB (Red+Green+Blue) = 221+109+15=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6D0F is #2292F0. Grayscale: #848484. Windows color (decimal): -2265841 or 1011165. OLE color: 1011165.

HSL color Cylindrical-coordinate representation of color #DD6D0F: hue angle of 27.38º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD6D0F is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 109 15 -
CMYK 0 0.51 0.93 0.13
HSL 27.38º 0.87% 0.46% -
HSV(B) 27.38º 0.93% 0.87% -
XYZ 35.37 26.34 3.67 -
YUV 131.77 62.11 191.64 -
System Red Green Blue C M Y K H S L
Decimal 221 109 15 0 0.51 0.93 0.13 27.38 0.87 0.46
Hex DD 6D F 0 33 5D D 1B 57 2E
Octal 335 155 17 0 63 135 15 33 127 56
Binary 11011101 1101101 1111 0 110011 1011101 1101 11011 1010111 101110

Color Harmonies of #DD6D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D0F

Black with #DD6D0F

Text Example


Text Example

White with #DD6D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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