Html Css Color HEX #D98305 Mango Tango

📋 copy color: '#D98305'

red 217 ◦ green 131 ◦ blue 5

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

Shades of Mango Tango #D98305

Tints of Mango Tango #D98305

RGB

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

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

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

R = 61.47%
G = 37.11%
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

#D98305 (or 0xD98305) is known color: Mango Tango. HEX triplet: D9, 83 and 05. RGB value is (217,131,5). Sum of RGB (Red+Green+Blue) = 217+131+5=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D98305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98305 is #267CFA. Grayscale: #8E8E8E. Windows color (decimal): -2522363 or 361433. OLE color: 361433.

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

Color convert

RGB 217 131 5 -
CMYK 0 0.40 0.98 0.15
HSL 35.66º 0.95% 0.44% -
HSV(B) 35.66º 0.98% 0.85% -
XYZ 36.76 31 4.19 -
YUV 142.35 50.49 181.25 -
System Red Green Blue C M Y K H S L
Decimal 217 131 5 0 0.40 0.98 0.15 35.66 0.95 0.44
Hex D9 83 5 0 28 62 F 24 5F 2C
Octal 331 203 5 0 50 142 17 44 137 54
Binary 11011001 10000011 101 0 101000 1100010 1111 100100 1011111 101100

Color Harmonies of #D98305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98305

Black with #D98305

Text Example


Text Example

White with #D98305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98305; }

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

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

background-color css

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

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

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

border-color css

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

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

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