Html Css Color HEX #D8800B Mango Tango

📋 copy color: '#D8800B'

red 216 ◦ green 128 ◦ blue 11

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

Shades of Mango Tango #D8800B

Tints of Mango Tango #D8800B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

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

R = 60.85%
G = 36.06%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8800B (or 0xD8800B) is known color: Mango Tango. HEX triplet: D8, 80 and 0B. RGB value is (216,128,11). Sum of RGB (Red+Green+Blue) = 216+128+11=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D8800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8800B is #277FF4. Grayscale: #8D8D8D. Windows color (decimal): -2588661 or 753880. OLE color: 753880.

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

Color convert

RGB 216 128 11 -
CMYK 0 0.41 0.95 0.15
HSL 34.24º 0.9% 0.45% -
HSV(B) 34.24º 0.95% 0.85% -
XYZ 36.1 30.06 4.22 -
YUV 140.97 54.65 181.51 -
System Red Green Blue C M Y K H S L
Decimal 216 128 11 0 0.41 0.95 0.15 34.24 0.9 0.45
Hex D8 80 B 0 29 5F F 22 5A 2D
Octal 330 200 13 0 51 137 17 42 132 55
Binary 11011000 10000000 1011 0 101001 1011111 1111 100010 1011010 101101

Color Harmonies of #D8800B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8800B

Black with #D8800B

Text Example


Text Example

White with #D8800B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8800B; }

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

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

background-color css

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

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

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

border-color css

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

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

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