Html Css Color HEX #D58308 Mango Tango

📋 copy color: '#D58308'

red 213 ◦ green 131 ◦ blue 8

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

Shades of Mango Tango #D58308

Tints of Mango Tango #D58308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.27%

R = 60.51%
G = 37.22%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D58308 (or 0xD58308) is known color: Mango Tango. HEX triplet: D5, 83 and 08. RGB value is (213,131,8). Sum of RGB (Red+Green+Blue) = 213+131+8=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D58308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58308 is #2A7CF7. Grayscale: #8E8E8E. Windows color (decimal): -2784504 or 558037. OLE color: 558037.

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

Color convert

RGB 213 131 8 -
CMYK 0 0.38 0.96 0.16
HSL 36º 0.93% 0.43% -
HSV(B) 36º 0.96% 0.84% -
XYZ 35.6 30.4 4.22 -
YUV 141.5 52.67 179 -
System Red Green Blue C M Y K H S L
Decimal 213 131 8 0 0.38 0.96 0.16 36 0.93 0.43
Hex D5 83 8 0 26 60 10 24 5D 2B
Octal 325 203 10 0 46 140 20 44 135 53
Binary 11010101 10000011 1000 0 100110 1100000 10000 100100 1011101 101011

Color Harmonies of #D58308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58308

Black with #D58308

Text Example


Text Example

White with #D58308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58308; }

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

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

background-color css

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

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

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

border-color css

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

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

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