Html Css Color HEX #D98301 Mango Tango

📋 copy color: '#D98301'

red 217 ◦ green 131 ◦ blue 1

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

Shades of Mango Tango #D98301

Tints of Mango Tango #D98301

RGB

 RED value IS 217 (85.16% from 255) = 62.18%

 GREEN value IS 131 (51.56% from 255) = 37.54%

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

R = 62.18%
G = 37.54%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D98301 (or 0xD98301) is known color: Mango Tango. HEX triplet: D9, 83 and 01. RGB value is (217,131,1). Sum of RGB (Red+Green+Blue) = 217+131+1=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D98301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98301 is #267CFE. Grayscale: #8E8E8E. Windows color (decimal): -2522367 or 99289. OLE color: 99289.

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

Color convert

RGB 217 131 1 -
CMYK 0 0.40 1.00 0.15
HSL 36.11º 0.99% 0.43% -
HSV(B) 36.11º 1% 0.85% -
XYZ 36.74 30.99 4.07 -
YUV 141.89 48.49 181.57 -
System Red Green Blue C M Y K H S L
Decimal 217 131 1 0 0.40 1.00 0.15 36.11 0.99 0.43
Hex D9 83 1 0 28 64 F 24 63 2B
Octal 331 203 1 0 50 144 17 44 143 53
Binary 11011001 10000011 1 0 101000 1100100 1111 100100 1100011 101011

Color Harmonies of #D98301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98301

Black with #D98301

Text Example


Text Example

White with #D98301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98301; }

 p { color: rgb(217,131,1); }

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

background-color css

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

 a { background-color: rgb(217,131,1); }

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

border-color css

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

 span { border-color: rgb(217,131,1); }

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