Html Css Color HEX #D8700A Mango Tango

📋 copy color: '#D8700A'

red 216 ◦ green 112 ◦ blue 10

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

Shades of Mango Tango #D8700A

Tints of Mango Tango #D8700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

 BLUE value IS 10 (4.3% from 255) = 2.96%

R = 63.91%
G = 33.14%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8700A (or 0xD8700A) is known color: Mango Tango. HEX triplet: D8, 70 and 0A. RGB value is (216,112,10). Sum of RGB (Red+Green+Blue) = 216+112+10=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D8700A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8700A is #278FF5. Grayscale: #838383. Windows color (decimal): -2592758 or 684248. OLE color: 684248.

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

Color convert

RGB 216 112 10 -
CMYK 0 0.48 0.95 0.15
HSL 29.71º 0.91% 0.44% -
HSV(B) 29.71º 0.95% 0.85% -
XYZ 34.17 26.21 3.55 -
YUV 131.47 59.46 188.29 -
System Red Green Blue C M Y K H S L
Decimal 216 112 10 0 0.48 0.95 0.15 29.71 0.91 0.44
Hex D8 70 A 0 30 5F F 1E 5B 2C
Octal 330 160 12 0 60 137 17 36 133 54
Binary 11011000 1110000 1010 0 110000 1011111 1111 11110 1011011 101100

Color Harmonies of #D8700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8700A

Black with #D8700A

Text Example


Text Example

White with #D8700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8700A; }

 p { color: rgb(216,112,10); }

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

background-color css

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

 a { background-color: rgb(216,112,10); }

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

border-color css

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

 span { border-color: rgb(216,112,10); }

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