Html Css Color HEX #DD6D0C Mango Tango

📋 copy color: '#DD6D0C'

red 221 ◦ green 109 ◦ blue 12

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

Shades of Mango Tango #DD6D0C

Tints of Mango Tango #DD6D0C

RGB

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

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

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

R = 64.62%
G = 31.87%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD6D0C (or 0xDD6D0C) is known color: Mango Tango. HEX triplet: DD, 6D and 0C. RGB value is (221,109,12). Sum of RGB (Red+Green+Blue) = 221+109+12=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD6D0C is #2292F3. Grayscale: #838383. Windows color (decimal): -2265844 or 814557. OLE color: 814557.

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

Color convert

RGB 221 109 12 -
CMYK 0 0.51 0.95 0.13
HSL 27.85º 0.9% 0.46% -
HSV(B) 27.85º 0.95% 0.87% -
XYZ 35.35 26.34 3.57 -
YUV 131.43 60.61 191.89 -
System Red Green Blue C M Y K H S L
Decimal 221 109 12 0 0.51 0.95 0.13 27.85 0.9 0.46
Hex DD 6D C 0 33 5F D 1C 5A 2E
Octal 335 155 14 0 63 137 15 34 132 56
Binary 11011101 1101101 1100 0 110011 1011111 1101 11100 1011010 101110

Color Harmonies of #DD6D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D0C

Black with #DD6D0C

Text Example


Text Example

White with #DD6D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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