Html Css Color HEX #D58300 Mango Tango

📋 copy color: '#D58300'

red 213 ◦ green 131 ◦ blue 0

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

Shades of Mango Tango #D58300

Tints of Mango Tango #D58300

RGB

 RED value IS 213 (83.59% from 255) = 61.92%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.92%
G = 38.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D58300 (or 0xD58300) is known color: Mango Tango. HEX triplet: D5, 83 and 00. RGB value is (213,131,0). Sum of RGB (Red+Green+Blue) = 213+131+0=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D58300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58300 is #2A7CFF. Grayscale: #8D8D8D. Windows color (decimal): -2784512 or 33749. OLE color: 33749.

HSL color Cylindrical-coordinate representation of color #D58300: hue angle of 36.9º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D58300 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 131 0 -
CMYK 0 0.38 1 0.16
HSL 36.9º 1% 0.42% -
HSV(B) 36.9º 1% 0.84% -
XYZ 35.56 30.38 3.99 -
YUV 140.58 48.67 179.65 -
System Red Green Blue C M Y K H S L
Decimal 213 131 0 0 0.38 1 0.16 36.9 1 0.42
Hex D5 83 0 0 26 64 10 25 64 2A
Octal 325 203 0 0 46 144 20 45 144 52
Binary 11010101 10000011 0 0 100110 1100100 10000 100101 1100100 101010

Color Harmonies of #D58300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58300

Black with #D58300

Text Example


Text Example

White with #D58300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58300; }

 p { color: rgb(213,131,0); }

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

background-color css

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

 a { background-color: rgb(213,131,0); }

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

border-color css

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

 span { border-color: rgb(213,131,0); }

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