Html Css Color HEX #D57201 Mango Tango

📋 copy color: '#D57201'

red 213 ◦ green 114 ◦ blue 1

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

Shades of Mango Tango #D57201

Tints of Mango Tango #D57201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.76%

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

R = 64.94%
G = 34.76%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D57201 (or 0xD57201) is known color: Mango Tango. HEX triplet: D5, 72 and 01. RGB value is (213,114,1). Sum of RGB (Red+Green+Blue) = 213+114+1=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D57201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57201 is #2A8DFE. Grayscale: #838383. Windows color (decimal): -2788863 or 94933. OLE color: 94933.

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

Color convert

RGB 213 114 1 -
CMYK 0 0.46 1.00 0.16
HSL 31.98º 0.99% 0.42% -
HSV(B) 31.98º 1% 0.84% -
XYZ 33.46 26.18 3.32 -
YUV 130.72 54.8 186.69 -
System Red Green Blue C M Y K H S L
Decimal 213 114 1 0 0.46 1.00 0.16 31.98 0.99 0.42
Hex D5 72 1 0 2E 64 10 20 63 2A
Octal 325 162 1 0 56 144 20 40 143 52
Binary 11010101 1110010 1 0 101110 1100100 10000 100000 1100011 101010

Color Harmonies of #D57201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57201

Black with #D57201

Text Example


Text Example

White with #D57201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57201; }

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

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

background-color css

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

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

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

border-color css

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

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

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