Html Css Color HEX #D58203 Mango Tango

📋 copy color: '#D58203'

red 213 ◦ green 130 ◦ blue 3

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

Shades of Mango Tango #D58203

Tints of Mango Tango #D58203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 61.56%
G = 37.57%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D58203 (or 0xD58203) is known color: Mango Tango. HEX triplet: D5, 82 and 03. RGB value is (213,130,3). Sum of RGB (Red+Green+Blue) = 213+130+3=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D58203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58203 is #2A7DFC. Grayscale: #8C8C8C. Windows color (decimal): -2784765 or 230101. OLE color: 230101.

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

Color convert

RGB 213 130 3 -
CMYK 0 0.39 0.99 0.16
HSL 36.29º 0.97% 0.42% -
HSV(B) 36.29º 0.99% 0.84% -
XYZ 35.44 30.12 4.03 -
YUV 140.34 50.5 179.83 -
System Red Green Blue C M Y K H S L
Decimal 213 130 3 0 0.39 0.99 0.16 36.29 0.97 0.42
Hex D5 82 3 0 27 63 10 24 61 2A
Octal 325 202 3 0 47 143 20 44 141 52
Binary 11010101 10000010 11 0 100111 1100011 10000 100100 1100001 101010

Color Harmonies of #D58203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58203

Black with #D58203

Text Example


Text Example

White with #D58203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58203; }

 p { color: rgb(213,130,3); }

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

background-color css

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

 a { background-color: rgb(213,130,3); }

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

border-color css

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

 span { border-color: rgb(213,130,3); }

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