Html Css Color HEX #D57301 Mango Tango

📋 copy color: '#D57301'

red 213 ◦ green 115 ◦ blue 1

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

Shades of Mango Tango #D57301

Tints of Mango Tango #D57301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.95%

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

R = 64.74%
G = 34.95%
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

#D57301 (or 0xD57301) is known color: Mango Tango. HEX triplet: D5, 73 and 01. RGB value is (213,115,1). Sum of RGB (Red+Green+Blue) = 213+115+1=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D57301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57301 is #2A8CFE. Grayscale: #838383. Windows color (decimal): -2788607 or 95189. OLE color: 95189.

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

Color convert

RGB 213 115 1 -
CMYK 0 0.46 1.00 0.16
HSL 32.26º 0.99% 0.42% -
HSV(B) 32.26º 1% 0.84% -
XYZ 33.58 26.41 3.36 -
YUV 131.31 54.47 186.27 -
System Red Green Blue C M Y K H S L
Decimal 213 115 1 0 0.46 1.00 0.16 32.26 0.99 0.42
Hex D5 73 1 0 2E 64 10 20 63 2A
Octal 325 163 1 0 56 144 20 40 143 52
Binary 11010101 1110011 1 0 101110 1100100 10000 100000 1100011 101010

Color Harmonies of #D57301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57301

Black with #D57301

Text Example


Text Example

White with #D57301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57301; }

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

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

background-color css

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

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

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

border-color css

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

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

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