Html Css Color HEX #D57601 Mango Tango

📋 copy color: '#D57601'

red 213 ◦ green 118 ◦ blue 1

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

Shades of Mango Tango #D57601

Tints of Mango Tango #D57601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.54%

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

R = 64.16%
G = 35.54%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D57601 (or 0xD57601) is known color: Mango Tango. HEX triplet: D5, 76 and 01. RGB value is (213,118,1). Sum of RGB (Red+Green+Blue) = 213+118+1=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D57601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57601 is #2A89FE. Grayscale: #858585. Windows color (decimal): -2787839 or 95957. OLE color: 95957.

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

Color convert

RGB 213 118 1 -
CMYK 0 0.45 1.00 0.16
HSL 33.11º 0.99% 0.42% -
HSV(B) 33.11º 1% 0.84% -
XYZ 33.92 27.11 3.47 -
YUV 133.07 53.47 185.01 -
System Red Green Blue C M Y K H S L
Decimal 213 118 1 0 0.45 1.00 0.16 33.11 0.99 0.42
Hex D5 76 1 0 2D 64 10 21 63 2A
Octal 325 166 1 0 55 144 20 41 143 52
Binary 11010101 1110110 1 0 101101 1100100 10000 100001 1100011 101010

Color Harmonies of #D57601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57601

Black with #D57601

Text Example


Text Example

White with #D57601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57601; }

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

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

background-color css

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

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

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

border-color css

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

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

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