Html Css Color HEX #D18100 Mango Tango

📋 copy color: '#D18100'

red 209 ◦ green 129 ◦ blue 0

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

Shades of Mango Tango #D18100

Tints of Mango Tango #D18100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.17%

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

R = 61.83%
G = 38.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D18100 (or 0xD18100) is known color: Mango Tango. HEX triplet: D1, 81 and 00. RGB value is (209,129,0). Sum of RGB (Red+Green+Blue) = 209+129+0=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D18100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18100 is #2E7EFF. Grayscale: #8A8A8A. Windows color (decimal): -3047168 or 33233. OLE color: 33233.

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

Color convert

RGB 209 129 0 -
CMYK 0 0.38 1 0.18
HSL 37.03º 1% 0.41% -
HSV(B) 37.03º 1% 0.82% -
XYZ 34.14 29.26 3.85 -
YUV 138.21 50 178.49 -
System Red Green Blue C M Y K H S L
Decimal 209 129 0 0 0.38 1 0.18 37.03 1 0.41
Hex D1 81 0 0 26 64 12 25 64 29
Octal 321 201 0 0 46 144 22 45 144 51
Binary 11010001 10000001 0 0 100110 1100100 10010 100101 1100100 101001

Color Harmonies of #D18100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18100

Black with #D18100

Text Example


Text Example

White with #D18100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18100; }

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

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

background-color css

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

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

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

border-color css

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

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

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