Html Css Color HEX #DD6F0A Mango Tango

📋 copy color: '#DD6F0A'

red 221 ◦ green 111 ◦ blue 10

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

Shades of Mango Tango #DD6F0A

Tints of Mango Tango #DD6F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.92%

R = 64.62%
G = 32.46%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD6F0A (or 0xDD6F0A) is known color: Mango Tango. HEX triplet: DD, 6F and 0A. RGB value is (221,111,10). Sum of RGB (Red+Green+Blue) = 221+111+10=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6F0A is #2290F5. Grayscale: #848484. Windows color (decimal): -2265334 or 683997. OLE color: 683997.

HSL color Cylindrical-coordinate representation of color #DD6F0A: hue angle of 28.72º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD6F0A is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 111 10 -
CMYK 0 0.50 0.95 0.13
HSL 28.72º 0.91% 0.45% -
HSV(B) 28.72º 0.95% 0.87% -
XYZ 35.56 26.76 3.58 -
YUV 132.38 58.94 191.21 -
System Red Green Blue C M Y K H S L
Decimal 221 111 10 0 0.50 0.95 0.13 28.72 0.91 0.45
Hex DD 6F A 0 32 5F D 1D 5B 2D
Octal 335 157 12 0 62 137 15 35 133 55
Binary 11011101 1101111 1010 0 110010 1011111 1101 11101 1011011 101101

Color Harmonies of #DD6F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F0A

Black with #DD6F0A

Text Example


Text Example

White with #DD6F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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