Html Css Color HEX #D58307 Mango Tango

📋 copy color: '#D58307'

red 213 ◦ green 131 ◦ blue 7

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

Shades of Mango Tango #D58307

Tints of Mango Tango #D58307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.99%

R = 60.68%
G = 37.32%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D58307 (or 0xD58307) is known color: Mango Tango. HEX triplet: D5, 83 and 07. RGB value is (213,131,7). Sum of RGB (Red+Green+Blue) = 213+131+7=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D58307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58307 is #2A7CF8. Grayscale: #8D8D8D. Windows color (decimal): -2784505 or 492501. OLE color: 492501.

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

Color convert

RGB 213 131 7 -
CMYK 0 0.38 0.97 0.16
HSL 36.12º 0.94% 0.43% -
HSV(B) 36.12º 0.97% 0.84% -
XYZ 35.6 30.39 4.19 -
YUV 141.38 52.17 179.08 -
System Red Green Blue C M Y K H S L
Decimal 213 131 7 0 0.38 0.97 0.16 36.12 0.94 0.43
Hex D5 83 7 0 26 61 10 24 5E 2B
Octal 325 203 7 0 46 141 20 44 136 53
Binary 11010101 10000011 111 0 100110 1100001 10000 100100 1011110 101011

Color Harmonies of #D58307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58307

Black with #D58307

Text Example


Text Example

White with #D58307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58307; }

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

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

background-color css

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

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

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

border-color css

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

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

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