Html Css Color HEX #D57001 Mango Tango

📋 copy color: '#D57001'

red 213 ◦ green 112 ◦ blue 1

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

Shades of Mango Tango #D57001

Tints of Mango Tango #D57001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.36%

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

R = 65.34%
G = 34.36%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D57001 (or 0xD57001) is known color: Mango Tango. HEX triplet: D5, 70 and 01. RGB value is (213,112,1). Sum of RGB (Red+Green+Blue) = 213+112+1=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D57001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57001 is #2A8FFE. Grayscale: #828282. Windows color (decimal): -2789375 or 94421. OLE color: 94421.

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

Color convert

RGB 213 112 1 -
CMYK 0 0.47 1.00 0.16
HSL 31.42º 0.99% 0.42% -
HSV(B) 31.42º 1% 0.84% -
XYZ 33.24 25.74 3.24 -
YUV 129.55 55.46 187.53 -
System Red Green Blue C M Y K H S L
Decimal 213 112 1 0 0.47 1.00 0.16 31.42 0.99 0.42
Hex D5 70 1 0 2F 64 10 1F 63 2A
Octal 325 160 1 0 57 144 20 37 143 52
Binary 11010101 1110000 1 0 101111 1100100 10000 11111 1100011 101010

Color Harmonies of #D57001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57001

Black with #D57001

Text Example


Text Example

White with #D57001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57001; }

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

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

background-color css

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

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

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

border-color css

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

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

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