#D56B00

Color #D56B00 Mango Tango (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mango Tango #D56B00

Tints of Mango Tango #D56B00

Color information

#D56B00 (or 0xD56B00) is unknown color: approx Mango Tango. HEX triplet: D5, 6B and 00. RGB value is (213,107,0). Sum of RGB (Red+Green+Blue) = 213+107+0=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56B00 is #2A94FF. Grayscale: #7F7F7F. Windows color (decimal): -2790656 or 27605. OLE color: 27605.

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

Color convert

RGB2131070-
CMYK00.5010.16
HSL30.14º100%41.76%-
HSV(B)30.14º100%83.53%-
XYZ32.724.663.04-
YUV126.556.62189.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 66.56%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.56%
G=33.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213107000.5010.1630.1410041.76
HexD56B003264101e642a
Octal3251530062144203614452
Binary11010101110101100110010110010010000111101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56B00; }

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

 H1.HeaderClassName
 {
   color: #D56B00;
 }
 .AnyTagClassName
 {
   color: #D56B00;
 }
</style>
background-color css

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

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

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

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

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

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