Html Css Color HEX #DC810C Mango Tango

📋 copy color: '#DC810C'

red 220 ◦ green 129 ◦ blue 12

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

Shades of Mango Tango #DC810C

Tints of Mango Tango #DC810C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.73%

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

R = 60.94%
G = 35.73%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC810C (or 0xDC810C) is known color: Mango Tango. HEX triplet: DC, 81 and 0C. RGB value is (220,129,12). Sum of RGB (Red+Green+Blue) = 220+129+12=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC810C is #237EF3. Grayscale: #8F8F8F. Windows color (decimal): -2326260 or 819676. OLE color: 819676.

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

Color convert

RGB 220 129 12 -
CMYK 0 0.41 0.95 0.14
HSL 33.75º 0.9% 0.45% -
HSV(B) 33.75º 0.95% 0.86% -
XYZ 37.43 30.94 4.35 -
YUV 142.87 54.15 183.01 -
System Red Green Blue C M Y K H S L
Decimal 220 129 12 0 0.41 0.95 0.14 33.75 0.9 0.45
Hex DC 81 C 0 29 5F E 22 5A 2D
Octal 334 201 14 0 51 137 16 42 132 55
Binary 11011100 10000001 1100 0 101001 1011111 1110 100010 1011010 101101

Color Harmonies of #DC810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC810C

Black with #DC810C

Text Example


Text Example

White with #DC810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC810C; }

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

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

background-color css

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

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

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

border-color css

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

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

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