Html Css Color HEX #DC690A Mango Tango

📋 copy color: '#DC690A'

red 220 ◦ green 105 ◦ blue 10

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

Shades of Mango Tango #DC690A

Tints of Mango Tango #DC690A

RGB

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

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

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

R = 65.67%
G = 31.34%
B = 2.99%

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

#DC690A (or 0xDC690A) is known color: Mango Tango. HEX triplet: DC, 69 and 0A. RGB value is (220,105,10). Sum of RGB (Red+Green+Blue) = 220+105+10=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC690A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC690A is #2396F5. Grayscale: #818181. Windows color (decimal): -2332406 or 682460. OLE color: 682460.

HSL color Cylindrical-coordinate representation of color #DC690A: hue angle of 27.14º degrees, saturation: 0.91, 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 #DC690A is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 105 10 -
CMYK 0 0.52 0.95 0.14
HSL 27.14º 0.91% 0.45% -
HSV(B) 27.14º 0.95% 0.86% -
XYZ 34.62 25.34 3.35 -
YUV 128.56 61.1 193.22 -
System Red Green Blue C M Y K H S L
Decimal 220 105 10 0 0.52 0.95 0.14 27.14 0.91 0.45
Hex DC 69 A 0 34 5F E 1B 5B 2D
Octal 334 151 12 0 64 137 16 33 133 55
Binary 11011100 1101001 1010 0 110100 1011111 1110 11011 1011011 101101

Color Harmonies of #DC690A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC690A

Black with #DC690A

Text Example


Text Example

White with #DC690A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC690A; }

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

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

background-color css

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

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

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

border-color css

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

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

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