Html Css Color HEX #D8830B Mango Tango

📋 copy color: '#D8830B'

red 216 ◦ green 131 ◦ blue 11

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

Shades of Mango Tango #D8830B

Tints of Mango Tango #D8830B

RGB

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

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

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

R = 60.34%
G = 36.59%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8830B (or 0xD8830B) is known color: Mango Tango. HEX triplet: D8, 83 and 0B. RGB value is (216,131,11). Sum of RGB (Red+Green+Blue) = 216+131+11=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D8830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8830B is #277CF4. Grayscale: #8F8F8F. Windows color (decimal): -2587893 or 754648. OLE color: 754648.

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

Color convert

RGB 216 131 11 -
CMYK 0 0.39 0.95 0.15
HSL 35.12º 0.9% 0.45% -
HSV(B) 35.12º 0.95% 0.85% -
XYZ 36.5 30.86 4.35 -
YUV 142.74 53.66 180.26 -
System Red Green Blue C M Y K H S L
Decimal 216 131 11 0 0.39 0.95 0.15 35.12 0.9 0.45
Hex D8 83 B 0 27 5F F 23 5A 2D
Octal 330 203 13 0 47 137 17 43 132 55
Binary 11011000 10000011 1011 0 100111 1011111 1111 100011 1011010 101101

Color Harmonies of #D8830B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8830B

Black with #D8830B

Text Example


Text Example

White with #D8830B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8830B; }

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

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

background-color css

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

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

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

border-color css

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

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

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