Html Css Color HEX #D58402 Mango Tango

📋 copy color: '#D58402'

red 213 ◦ green 132 ◦ blue 2

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

Shades of Mango Tango #D58402

Tints of Mango Tango #D58402

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.04%

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

R = 61.38%
G = 38.04%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D58402 (or 0xD58402) is known color: Mango Tango. HEX triplet: D5, 84 and 02. RGB value is (213,132,2). Sum of RGB (Red+Green+Blue) = 213+132+2=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D58402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58402 is #2A7BFD. Grayscale: #8E8E8E. Windows color (decimal): -2784254 or 165077. OLE color: 165077.

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

Color convert

RGB 213 132 2 -
CMYK 0 0.38 0.99 0.16
HSL 36.97º 0.98% 0.42% -
HSV(B) 36.97º 0.99% 0.84% -
XYZ 35.7 30.65 4.09 -
YUV 141.4 49.34 179.07 -
System Red Green Blue C M Y K H S L
Decimal 213 132 2 0 0.38 0.99 0.16 36.97 0.98 0.42
Hex D5 84 2 0 26 63 10 25 62 2A
Octal 325 204 2 0 46 143 20 45 142 52
Binary 11010101 10000100 10 0 100110 1100011 10000 100101 1100010 101010

Color Harmonies of #D58402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58402

Black with #D58402

Text Example


Text Example

White with #D58402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58402; }

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

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

background-color css

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

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

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

border-color css

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

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

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