Html Css Color HEX #D17000 Mango Tango

📋 copy color: '#D17000'

red 209 ◦ green 112 ◦ blue 0

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

Shades of Mango Tango #D17000

Tints of Mango Tango #D17000

RGB

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

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

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

R = 65.11%
G = 34.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D17000 (or 0xD17000) is known color: Mango Tango. HEX triplet: D1, 70 and 00. RGB value is (209,112,0). Sum of RGB (Red+Green+Blue) = 209+112+0=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D17000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17000 is #2E8FFF. Grayscale: #808080. Windows color (decimal): -3051520 or 28881. OLE color: 28881.

HSL color Cylindrical-coordinate representation of color #D17000: hue angle of 32.15º 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 #D17000 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 112 0 -
CMYK 0 0.46 1 0.18
HSL 32.15º 1% 0.41% -
HSV(B) 32.15º 1% 0.82% -
XYZ 32.09 25.14 3.16 -
YUV 128.24 55.64 185.61 -
System Red Green Blue C M Y K H S L
Decimal 209 112 0 0 0.46 1 0.18 32.15 1 0.41
Hex D1 70 0 0 2E 64 12 20 64 29
Octal 321 160 0 0 56 144 22 40 144 51
Binary 11010001 1110000 0 0 101110 1100100 10010 100000 1100100 101001

Color Harmonies of #D17000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17000

Black with #D17000

Text Example


Text Example

White with #D17000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17000; }

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

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

background-color css

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

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

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

border-color css

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

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

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