Html Css Color HEX #D6820B Mango Tango

📋 copy color: '#D6820B'

red 214 ◦ green 130 ◦ blue 11

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

Shades of Mango Tango #D6820B

Tints of Mango Tango #D6820B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.1%

R = 60.28%
G = 36.62%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6820B (or 0xD6820B) is known color: Mango Tango. HEX triplet: D6, 82 and 0B. RGB value is (214,130,11). Sum of RGB (Red+Green+Blue) = 214+130+11=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6820B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6820B is #297DF4. Grayscale: #8E8E8E. Windows color (decimal): -2719221 or 754390. OLE color: 754390.

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

Color convert

RGB 214 130 11 -
CMYK 0 0.39 0.95 0.16
HSL 35.17º 0.9% 0.44% -
HSV(B) 35.17º 0.95% 0.84% -
XYZ 35.77 30.29 4.28 -
YUV 141.55 54.33 179.68 -
System Red Green Blue C M Y K H S L
Decimal 214 130 11 0 0.39 0.95 0.16 35.17 0.9 0.44
Hex D6 82 B 0 27 5F 10 23 5A 2C
Octal 326 202 13 0 47 137 20 43 132 54
Binary 11010110 10000010 1011 0 100111 1011111 10000 100011 1011010 101100

Color Harmonies of #D6820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6820B

Black with #D6820B

Text Example


Text Example

White with #D6820B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6820B; }

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

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

background-color css

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

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

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

border-color css

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

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

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