Html Css Color HEX #D98005 Mango Tango

📋 copy color: '#D98005'

red 217 ◦ green 128 ◦ blue 5

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

Shades of Mango Tango #D98005

Tints of Mango Tango #D98005

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.57%

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

R = 62%
G = 36.57%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D98005 (or 0xD98005) is known color: Mango Tango. HEX triplet: D9, 80 and 05. RGB value is (217,128,5). Sum of RGB (Red+Green+Blue) = 217+128+5=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D98005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98005 is #267FFA. Grayscale: #8D8D8D. Windows color (decimal): -2523131 or 360665. OLE color: 360665.

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

Color convert

RGB 217 128 5 -
CMYK 0 0.41 0.98 0.15
HSL 34.81º 0.95% 0.44% -
HSV(B) 34.81º 0.98% 0.85% -
XYZ 36.36 30.2 4.06 -
YUV 140.59 51.49 182.5 -
System Red Green Blue C M Y K H S L
Decimal 217 128 5 0 0.41 0.98 0.15 34.81 0.95 0.44
Hex D9 80 5 0 29 62 F 23 5F 2C
Octal 331 200 5 0 51 142 17 43 137 54
Binary 11011001 10000000 101 0 101001 1100010 1111 100011 1011111 101100

Color Harmonies of #D98005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98005

Black with #D98005

Text Example


Text Example

White with #D98005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98005; }

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

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

background-color css

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

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

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

border-color css

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

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

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