Html Css Color HEX #D58405 Mango Tango

📋 copy color: '#D58405'

red 213 ◦ green 132 ◦ blue 5

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

Shades of Mango Tango #D58405

Tints of Mango Tango #D58405

RGB

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

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

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

R = 60.86%
G = 37.71%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D58405 (or 0xD58405) is known color: Mango Tango. HEX triplet: D5, 84 and 05. RGB value is (213,132,5). Sum of RGB (Red+Green+Blue) = 213+132+5=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D58405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58405 is #2A7BFA. Grayscale: #8E8E8E. Windows color (decimal): -2784251 or 361685. OLE color: 361685.

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

Color convert

RGB 213 132 5 -
CMYK 0 0.38 0.98 0.16
HSL 36.63º 0.95% 0.43% -
HSV(B) 36.63º 0.98% 0.84% -
XYZ 35.72 30.66 4.18 -
YUV 141.74 50.84 178.83 -
System Red Green Blue C M Y K H S L
Decimal 213 132 5 0 0.38 0.98 0.16 36.63 0.95 0.43
Hex D5 84 5 0 26 62 10 25 5F 2B
Octal 325 204 5 0 46 142 20 45 137 53
Binary 11010101 10000100 101 0 100110 1100010 10000 100101 1011111 101011

Color Harmonies of #D58405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58405

Black with #D58405

Text Example


Text Example

White with #D58405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58405; }

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

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

background-color css

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

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

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

border-color css

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

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

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