Html Css Color HEX #D98205 Mango Tango

📋 copy color: '#D98205'

red 217 ◦ green 130 ◦ blue 5

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

Shades of Mango Tango #D98205

Tints of Mango Tango #D98205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.42%

R = 61.65%
G = 36.93%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D98205 (or 0xD98205) is known color: Mango Tango. HEX triplet: D9, 82 and 05. RGB value is (217,130,5). Sum of RGB (Red+Green+Blue) = 217+130+5=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D98205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98205 is #267DFA. Grayscale: #8E8E8E. Windows color (decimal): -2522619 or 361177. OLE color: 361177.

HSL color Cylindrical-coordinate representation of color #D98205: hue angle of 35.38º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D98205 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 130 5 -
CMYK 0 0.40 0.98 0.15
HSL 35.38º 0.95% 0.44% -
HSV(B) 35.38º 0.98% 0.85% -
XYZ 36.63 30.73 4.14 -
YUV 141.76 50.82 181.66 -
System Red Green Blue C M Y K H S L
Decimal 217 130 5 0 0.40 0.98 0.15 35.38 0.95 0.44
Hex D9 82 5 0 28 62 F 23 5F 2C
Octal 331 202 5 0 50 142 17 43 137 54
Binary 11011001 10000010 101 0 101000 1100010 1111 100011 1011111 101100

Color Harmonies of #D98205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98205

Black with #D98205

Text Example


Text Example

White with #D98205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98205; }

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

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

background-color css

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

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

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

border-color css

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

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

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