Html Css Color HEX #D58205 Mango Tango

📋 copy color: '#D58205'

red 213 ◦ green 130 ◦ blue 5

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

Shades of Mango Tango #D58205

Tints of Mango Tango #D58205

RGB

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

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

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

R = 61.21%
G = 37.36%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D58205 (or 0xD58205) is known color: Mango Tango. HEX triplet: D5, 82 and 05. RGB value is (213,130,5). Sum of RGB (Red+Green+Blue) = 213+130+5=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D58205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58205 is #2A7DFA. Grayscale: #8D8D8D. Windows color (decimal): -2784763 or 361173. OLE color: 361173.

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

Color convert

RGB 213 130 5 -
CMYK 0 0.39 0.98 0.16
HSL 36.06º 0.95% 0.43% -
HSV(B) 36.06º 0.98% 0.84% -
XYZ 35.45 30.12 4.09 -
YUV 140.57 51.5 179.66 -
System Red Green Blue C M Y K H S L
Decimal 213 130 5 0 0.39 0.98 0.16 36.06 0.95 0.43
Hex D5 82 5 0 27 62 10 24 5F 2B
Octal 325 202 5 0 47 142 20 44 137 53
Binary 11010101 10000010 101 0 100111 1100010 10000 100100 1011111 101011

Color Harmonies of #D58205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58205

Black with #D58205

Text Example


Text Example

White with #D58205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58205; }

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

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

background-color css

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

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

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

border-color css

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

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

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