Html Css Color HEX #D58101 Mango Tango

📋 copy color: '#D58101'

red 213 ◦ green 129 ◦ blue 1

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

Shades of Mango Tango #D58101

Tints of Mango Tango #D58101

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.61%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 62.1%
G = 37.61%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D58101 (or 0xD58101) is known color: Mango Tango. HEX triplet: D5, 81 and 01. RGB value is (213,129,1). Sum of RGB (Red+Green+Blue) = 213+129+1=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D58101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58101 is #2A7EFE. Grayscale: #8C8C8C. Windows color (decimal): -2785023 or 98773. OLE color: 98773.

HSL color Cylindrical-coordinate representation of color #D58101: hue angle of 36.23º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D58101 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 129 1 -
CMYK 0 0.39 1.00 0.16
HSL 36.23º 0.99% 0.42% -
HSV(B) 36.23º 1% 0.84% -
XYZ 35.3 29.85 3.93 -
YUV 139.52 49.83 180.41 -
System Red Green Blue C M Y K H S L
Decimal 213 129 1 0 0.39 1.00 0.16 36.23 0.99 0.42
Hex D5 81 1 0 27 64 10 24 63 2A
Octal 325 201 1 0 47 144 20 44 143 52
Binary 11010101 10000001 1 0 100111 1100100 10000 100100 1100011 101010

Color Harmonies of #D58101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58101

Black with #D58101

Text Example


Text Example

White with #D58101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58101; }

 p { color: rgb(213,129,1); }

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

background-color css

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

 a { background-color: rgb(213,129,1); }

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

border-color css

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

 span { border-color: rgb(213,129,1); }

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