Html Css Color HEX #DC690C Mango Tango

📋 copy color: '#DC690C'

red 220 ◦ green 105 ◦ blue 12

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

Shades of Mango Tango #DC690C

Tints of Mango Tango #DC690C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

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

R = 65.28%
G = 31.16%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC690C (or 0xDC690C) is known color: Mango Tango. HEX triplet: DC, 69 and 0C. RGB value is (220,105,12). Sum of RGB (Red+Green+Blue) = 220+105+12=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC690C is #2396F3. Grayscale: #818181. Windows color (decimal): -2332404 or 813532. OLE color: 813532.

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

Color convert

RGB 220 105 12 -
CMYK 0 0.52 0.95 0.14
HSL 26.83º 0.9% 0.45% -
HSV(B) 26.83º 0.95% 0.86% -
XYZ 34.63 25.35 3.41 -
YUV 128.78 62.1 193.06 -
System Red Green Blue C M Y K H S L
Decimal 220 105 12 0 0.52 0.95 0.14 26.83 0.9 0.45
Hex DC 69 C 0 34 5F E 1B 5A 2D
Octal 334 151 14 0 64 137 16 33 132 55
Binary 11011100 1101001 1100 0 110100 1011111 1110 11011 1011010 101101

Color Harmonies of #DC690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC690C

Black with #DC690C

Text Example


Text Example

White with #DC690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC690C; }

 p { color: rgb(220,105,12); }

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

background-color css

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

 a { background-color: rgb(220,105,12); }

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

border-color css

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

 span { border-color: rgb(220,105,12); }

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