Html Css Color HEX #D98201 Mango Tango

📋 copy color: '#D98201'

red 217 ◦ green 130 ◦ blue 1

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

Shades of Mango Tango #D98201

Tints of Mango Tango #D98201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.36%

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

R = 62.36%
G = 37.36%
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

#D98201 (or 0xD98201) is known color: Mango Tango. HEX triplet: D9, 82 and 01. RGB value is (217,130,1). Sum of RGB (Red+Green+Blue) = 217+130+1=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D98201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98201 is #267DFE. Grayscale: #8D8D8D. Windows color (decimal): -2522623 or 99033. OLE color: 99033.

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

Color convert

RGB 217 130 1 -
CMYK 0 0.40 1.00 0.15
HSL 35.83º 0.99% 0.43% -
HSV(B) 35.83º 1% 0.85% -
XYZ 36.6 30.72 4.03 -
YUV 141.31 48.82 181.99 -
System Red Green Blue C M Y K H S L
Decimal 217 130 1 0 0.40 1.00 0.15 35.83 0.99 0.43
Hex D9 82 1 0 28 64 F 24 63 2B
Octal 331 202 1 0 50 144 17 44 143 53
Binary 11011001 10000010 1 0 101000 1100100 1111 100100 1100011 101011

Color Harmonies of #D98201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98201

Black with #D98201

Text Example


Text Example

White with #D98201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98201; }

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

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

background-color css

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

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

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

border-color css

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

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

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