Html Css Color HEX #D16F00 Mango Tango

📋 copy color: '#D16F00'

red 209 ◦ green 111 ◦ blue 0

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

Shades of Mango Tango #D16F00

Tints of Mango Tango #D16F00

RGB

 RED value IS 209 (82.03% from 255) = 65.31%

 GREEN value IS 111 (43.75% from 255) = 34.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.31%
G = 34.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D16F00 (or 0xD16F00) is known color: Mango Tango. HEX triplet: D1, 6F and 00. RGB value is (209,111,0). Sum of RGB (Red+Green+Blue) = 209+111+0=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16F00 is #2E90FF. Grayscale: #808080. Windows color (decimal): -3051776 or 28625. OLE color: 28625.

HSL color Cylindrical-coordinate representation of color #D16F00: hue angle of 31.87º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D16F00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 111 0 -
CMYK 0 0.47 1 0.18
HSL 31.87º 1% 0.41% -
HSV(B) 31.87º 1% 0.82% -
XYZ 31.98 24.92 3.13 -
YUV 127.65 55.97 186.03 -
System Red Green Blue C M Y K H S L
Decimal 209 111 0 0 0.47 1 0.18 31.87 1 0.41
Hex D1 6F 0 0 2F 64 12 20 64 29
Octal 321 157 0 0 57 144 22 40 144 51
Binary 11010001 1101111 0 0 101111 1100100 10010 100000 1100100 101001

Color Harmonies of #D16F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F00

Black with #D16F00

Text Example


Text Example

White with #D16F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F00; }

 p { color: rgb(209,111,0); }

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

background-color css

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

 a { background-color: rgb(209,111,0); }

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

border-color css

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

 span { border-color: rgb(209,111,0); }

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