Html Css Color HEX #D8820C Mango Tango

📋 copy color: '#D8820C'

red 216 ◦ green 130 ◦ blue 12

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

Shades of Mango Tango #D8820C

Tints of Mango Tango #D8820C

RGB

 RED value IS 216 (84.77% from 255) = 60.34%

 GREEN value IS 130 (51.17% from 255) = 36.31%

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

R = 60.34%
G = 36.31%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8820C (or 0xD8820C) is known color: Mango Tango. HEX triplet: D8, 82 and 0C. RGB value is (216,130,12). Sum of RGB (Red+Green+Blue) = 216+130+12=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D8820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8820C is #277DF3. Grayscale: #8E8E8E. Windows color (decimal): -2588148 or 819928. OLE color: 819928.

HSL color Cylindrical-coordinate representation of color #D8820C: hue angle of 34.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8820C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 130 12 -
CMYK 0 0.40 0.94 0.15
HSL 34.71º 0.89% 0.45% -
HSV(B) 34.71º 0.94% 0.85% -
XYZ 36.37 30.59 4.34 -
YUV 142.26 54.49 180.59 -
System Red Green Blue C M Y K H S L
Decimal 216 130 12 0 0.40 0.94 0.15 34.71 0.89 0.45
Hex D8 82 C 0 28 5E F 23 59 2D
Octal 330 202 14 0 50 136 17 43 131 55
Binary 11011000 10000010 1100 0 101000 1011110 1111 100011 1011001 101101

Color Harmonies of #D8820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8820C

Black with #D8820C

Text Example


Text Example

White with #D8820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8820C; }

 p { color: rgb(216,130,12); }

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

background-color css

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

 a { background-color: rgb(216,130,12); }

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

border-color css

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

 span { border-color: rgb(216,130,12); }

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