Html Css Color HEX #DD6F0F Mango Tango

📋 copy color: '#DD6F0F'

red 221 ◦ green 111 ◦ blue 15

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

Shades of Mango Tango #DD6F0F

Tints of Mango Tango #DD6F0F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.99%

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

R = 63.69%
G = 31.99%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD6F0F (or 0xDD6F0F) is known color: Mango Tango. HEX triplet: DD, 6F and 0F. RGB value is (221,111,15). Sum of RGB (Red+Green+Blue) = 221+111+15=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6F0F is #2290F0. Grayscale: #858585. Windows color (decimal): -2265329 or 1011677. OLE color: 1011677.

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

Color convert

RGB 221 111 15 -
CMYK 0 0.50 0.93 0.13
HSL 27.96º 0.87% 0.46% -
HSV(B) 27.96º 0.93% 0.87% -
XYZ 35.59 26.78 3.74 -
YUV 132.95 61.44 190.81 -
System Red Green Blue C M Y K H S L
Decimal 221 111 15 0 0.50 0.93 0.13 27.96 0.87 0.46
Hex DD 6F F 0 32 5D D 1C 57 2E
Octal 335 157 17 0 62 135 15 34 127 56
Binary 11011101 1101111 1111 0 110010 1011101 1101 11100 1010111 101110

Color Harmonies of #DD6F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F0F

Black with #DD6F0F

Text Example


Text Example

White with #DD6F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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