Html Css Color HEX #D6830B Mango Tango

📋 copy color: '#D6830B'

red 214 ◦ green 131 ◦ blue 11

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

Shades of Mango Tango #D6830B

Tints of Mango Tango #D6830B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

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

R = 60.11%
G = 36.8%
B = 3.09%

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

#D6830B (or 0xD6830B) is known color: Mango Tango. HEX triplet: D6, 83 and 0B. RGB value is (214,131,11). Sum of RGB (Red+Green+Blue) = 214+131+11=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6830B is #297CF4. Grayscale: #8E8E8E. Windows color (decimal): -2718965 or 754646. OLE color: 754646.

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

Color convert

RGB 214 131 11 -
CMYK 0 0.39 0.95 0.16
HSL 35.47º 0.9% 0.44% -
HSV(B) 35.47º 0.95% 0.84% -
XYZ 35.91 30.55 4.32 -
YUV 142.14 54 179.26 -
System Red Green Blue C M Y K H S L
Decimal 214 131 11 0 0.39 0.95 0.16 35.47 0.9 0.44
Hex D6 83 B 0 27 5F 10 23 5A 2C
Octal 326 203 13 0 47 137 20 43 132 54
Binary 11010110 10000011 1011 0 100111 1011111 10000 100011 1011010 101100

Color Harmonies of #D6830B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6830B

Black with #D6830B

Text Example


Text Example

White with #D6830B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6830B; }

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

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

background-color css

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

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

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

border-color css

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

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

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