Html Css Color HEX #DD6B0C Mango Tango

📋 copy color: '#DD6B0C'

red 221 ◦ green 107 ◦ blue 12

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

Shades of Mango Tango #DD6B0C

Tints of Mango Tango #DD6B0C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.47%

 BLUE value IS 12 (5.08% from 255) = 3.53%

R = 65%
G = 31.47%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD6B0C (or 0xDD6B0C) is known color: Mango Tango. HEX triplet: DD, 6B and 0C. RGB value is (221,107,12). Sum of RGB (Red+Green+Blue) = 221+107+12=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6B0C is #2294F3. Grayscale: #828282. Windows color (decimal): -2266356 or 814045. OLE color: 814045.

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

Color convert

RGB 221 107 12 -
CMYK 0 0.52 0.95 0.13
HSL 27.27º 0.9% 0.46% -
HSV(B) 27.27º 0.95% 0.87% -
XYZ 35.14 25.91 3.5 -
YUV 130.26 61.27 192.72 -
System Red Green Blue C M Y K H S L
Decimal 221 107 12 0 0.52 0.95 0.13 27.27 0.9 0.46
Hex DD 6B C 0 34 5F D 1B 5A 2E
Octal 335 153 14 0 64 137 15 33 132 56
Binary 11011101 1101011 1100 0 110100 1011111 1101 11011 1011010 101110

Color Harmonies of #DD6B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B0C

Black with #DD6B0C

Text Example


Text Example

White with #DD6B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B0C; }

 p { color: rgb(221,107,12); }

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

background-color css

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

 a { background-color: rgb(221,107,12); }

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

border-color css

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

 span { border-color: rgb(221,107,12); }

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