Html Css Color HEX #D57000 Mango Tango

📋 copy color: '#D57000'

red 213 ◦ green 112 ◦ blue 0

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

Shades of Mango Tango #D57000

Tints of Mango Tango #D57000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.54%
G = 34.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D57000 (or 0xD57000) is known color: Mango Tango. HEX triplet: D5, 70 and 00. RGB value is (213,112,0). Sum of RGB (Red+Green+Blue) = 213+112+0=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D57000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57000 is #2A8FFF. Grayscale: #818181. Windows color (decimal): -2789376 or 28885. OLE color: 28885.

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

Color convert

RGB 213 112 0 -
CMYK 0 0.47 1 0.16
HSL 31.55º 1% 0.42% -
HSV(B) 31.55º 1% 0.84% -
XYZ 33.23 25.73 3.22 -
YUV 129.43 54.96 187.61 -
System Red Green Blue C M Y K H S L
Decimal 213 112 0 0 0.47 1 0.16 31.55 1 0.42
Hex D5 70 0 0 2F 64 10 20 64 2A
Octal 325 160 0 0 57 144 20 40 144 52
Binary 11010101 1110000 0 0 101111 1100100 10000 100000 1100100 101010

Color Harmonies of #D57000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57000

Black with #D57000

Text Example


Text Example

White with #D57000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57000; }

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

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

background-color css

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

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

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

border-color css

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

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

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