Html Css Color HEX #D6820C Mango Tango

📋 copy color: '#D6820C'

red 214 ◦ green 130 ◦ blue 12

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

Shades of Mango Tango #D6820C

Tints of Mango Tango #D6820C

RGB

 RED value IS 214 (83.98% from 255) = 60.11%

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

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

R = 60.11%
G = 36.52%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6820C (or 0xD6820C) is known color: Mango Tango. HEX triplet: D6, 82 and 0C. RGB value is (214,130,12). Sum of RGB (Red+Green+Blue) = 214+130+12=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6820C is #297DF3. Grayscale: #8E8E8E. Windows color (decimal): -2719220 or 819926. OLE color: 819926.

HSL color Cylindrical-coordinate representation of color #D6820C: hue angle of 35.05º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6820C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 130 12 -
CMYK 0 0.39 0.94 0.16
HSL 35.05º 0.89% 0.44% -
HSV(B) 35.05º 0.94% 0.84% -
XYZ 35.78 30.29 4.31 -
YUV 141.66 54.83 179.59 -
System Red Green Blue C M Y K H S L
Decimal 214 130 12 0 0.39 0.94 0.16 35.05 0.89 0.44
Hex D6 82 C 0 27 5E 10 23 59 2C
Octal 326 202 14 0 47 136 20 43 131 54
Binary 11010110 10000010 1100 0 100111 1011110 10000 100011 1011001 101100

Color Harmonies of #D6820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6820C

Black with #D6820C

Text Example


Text Example

White with #D6820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6820C; }

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

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

background-color css

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

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

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

border-color css

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

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

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