Html Css Color HEX #DC6C09 Mango Tango

📋 copy color: '#DC6C09'

red 220 ◦ green 108 ◦ blue 9

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

Shades of Mango Tango #DC6C09

Tints of Mango Tango #DC6C09

RGB

 RED value IS 220 (86.33% from 255) = 65.28%

 GREEN value IS 108 (42.58% from 255) = 32.05%

 BLUE value IS 9 (3.91% from 255) = 2.67%

R = 65.28%
G = 32.05%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC6C09 (or 0xDC6C09) is known color: Mango Tango. HEX triplet: DC, 6C and 09. RGB value is (220,108,9). Sum of RGB (Red+Green+Blue) = 220+108+9=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6C09 is #2393F6. Grayscale: #828282. Windows color (decimal): -2331639 or 617692. OLE color: 617692.

HSL color Cylindrical-coordinate representation of color #DC6C09: hue angle of 28.15º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC6C09 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 108 9 -
CMYK 0 0.51 0.96 0.14
HSL 28.15º 0.92% 0.45% -
HSV(B) 28.15º 0.96% 0.86% -
XYZ 34.93 25.96 3.43 -
YUV 130.2 59.61 192.05 -
System Red Green Blue C M Y K H S L
Decimal 220 108 9 0 0.51 0.96 0.14 28.15 0.92 0.45
Hex DC 6C 9 0 33 60 E 1C 5C 2D
Octal 334 154 11 0 63 140 16 34 134 55
Binary 11011100 1101100 1001 0 110011 1100000 1110 11100 1011100 101101

Color Harmonies of #DC6C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C09

Black with #DC6C09

Text Example


Text Example

White with #DC6C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C09; }

 p { color: rgb(220,108,9); }

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

background-color css

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

 a { background-color: rgb(220,108,9); }

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

border-color css

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

 span { border-color: rgb(220,108,9); }

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