Html Css Color HEX #D8720B Mango Tango

📋 copy color: '#D8720B'

red 216 ◦ green 114 ◦ blue 11

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

Shades of Mango Tango #D8720B

Tints of Mango Tango #D8720B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.43%

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

R = 63.34%
G = 33.43%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8720B (or 0xD8720B) is known color: Mango Tango. HEX triplet: D8, 72 and 0B. RGB value is (216,114,11). Sum of RGB (Red+Green+Blue) = 216+114+11=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D8720B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8720B is #278DF4. Grayscale: #858585. Windows color (decimal): -2592245 or 750296. OLE color: 750296.

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

Color convert

RGB 216 114 11 -
CMYK 0 0.47 0.95 0.15
HSL 30.15º 0.9% 0.45% -
HSV(B) 30.15º 0.95% 0.85% -
XYZ 34.4 26.66 3.65 -
YUV 132.76 59.29 187.38 -
System Red Green Blue C M Y K H S L
Decimal 216 114 11 0 0.47 0.95 0.15 30.15 0.9 0.45
Hex D8 72 B 0 2F 5F F 1E 5A 2D
Octal 330 162 13 0 57 137 17 36 132 55
Binary 11011000 1110010 1011 0 101111 1011111 1111 11110 1011010 101101

Color Harmonies of #D8720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8720B

Black with #D8720B

Text Example


Text Example

White with #D8720B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8720B; }

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

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

background-color css

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

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

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

border-color css

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

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

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