Html Css Color HEX #D58202 Mango Tango

📋 copy color: '#D58202'

red 213 ◦ green 130 ◦ blue 2

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

Shades of Mango Tango #D58202

Tints of Mango Tango #D58202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 61.74%
G = 37.68%
B = 0.58%

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

#D58202 (or 0xD58202) is known color: Mango Tango. HEX triplet: D5, 82 and 02. RGB value is (213,130,2). Sum of RGB (Red+Green+Blue) = 213+130+2=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D58202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58202 is #2A7DFD. Grayscale: #8C8C8C. Windows color (decimal): -2784766 or 164565. OLE color: 164565.

HSL color Cylindrical-coordinate representation of color #D58202: hue angle of 36.4º degrees, saturation: 0.98, 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 #D58202 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 130 2 -
CMYK 0 0.39 0.99 0.16
HSL 36.4º 0.98% 0.42% -
HSV(B) 36.4º 0.99% 0.84% -
XYZ 35.43 30.12 4 -
YUV 140.23 50 179.91 -
System Red Green Blue C M Y K H S L
Decimal 213 130 2 0 0.39 0.99 0.16 36.4 0.98 0.42
Hex D5 82 2 0 27 63 10 24 62 2A
Octal 325 202 2 0 47 143 20 44 142 52
Binary 11010101 10000010 10 0 100111 1100011 10000 100100 1100010 101010

Color Harmonies of #D58202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58202

Black with #D58202

Text Example


Text Example

White with #D58202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58202; }

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

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

background-color css

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

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

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

border-color css

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

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

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