Html Css Color HEX #D86901 Mango Tango

📋 copy color: '#D86901'

red 216 ◦ green 105 ◦ blue 1

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

Shades of Mango Tango #D86901

Tints of Mango Tango #D86901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.61%

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

R = 67.08%
G = 32.61%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D86901 (or 0xD86901) is known color: Mango Tango. HEX triplet: D8, 69 and 01. RGB value is (216,105,1). Sum of RGB (Red+Green+Blue) = 216+105+1=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D86901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86901 is #2796FE. Grayscale: #7E7E7E. Windows color (decimal): -2594559 or 92632. OLE color: 92632.

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

Color convert

RGB 216 105 1 -
CMYK 0 0.51 1.00 0.15
HSL 29.02º 0.99% 0.43% -
HSV(B) 29.02º 1% 0.85% -
XYZ 33.38 24.7 3.04 -
YUV 126.33 57.27 191.96 -
System Red Green Blue C M Y K H S L
Decimal 216 105 1 0 0.51 1.00 0.15 29.02 0.99 0.43
Hex D8 69 1 0 33 64 F 1D 63 2B
Octal 330 151 1 0 63 144 17 35 143 53
Binary 11011000 1101001 1 0 110011 1100100 1111 11101 1100011 101011

Color Harmonies of #D86901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86901

Black with #D86901

Text Example


Text Example

White with #D86901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86901; }

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

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

background-color css

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

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

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

border-color css

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

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

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