Html Css Color HEX #D87001 Mango Tango

📋 copy color: '#D87001'

red 216 ◦ green 112 ◦ blue 1

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

Shades of Mango Tango #D87001

Tints of Mango Tango #D87001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 65.65%
G = 34.04%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D87001 (or 0xD87001) is known color: Mango Tango. HEX triplet: D8, 70 and 01. RGB value is (216,112,1). Sum of RGB (Red+Green+Blue) = 216+112+1=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D87001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87001 is #278FFE. Grayscale: #828282. Windows color (decimal): -2592767 or 94424. OLE color: 94424.

HSL color Cylindrical-coordinate representation of color #D87001: hue angle of 30.98º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D87001 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 112 1 -
CMYK 0 0.48 1.00 0.15
HSL 30.98º 0.99% 0.43% -
HSV(B) 30.98º 1% 0.85% -
XYZ 34.12 26.19 3.29 -
YUV 130.44 54.96 189.03 -
System Red Green Blue C M Y K H S L
Decimal 216 112 1 0 0.48 1.00 0.15 30.98 0.99 0.43
Hex D8 70 1 0 30 64 F 1F 63 2B
Octal 330 160 1 0 60 144 17 37 143 53
Binary 11011000 1110000 1 0 110000 1100100 1111 11111 1100011 101011

Color Harmonies of #D87001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87001

Black with #D87001

Text Example


Text Example

White with #D87001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87001; }

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

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

background-color css

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

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

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

border-color css

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

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

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