#D57A02

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

Shades of Mango Tango #D57A02

Tints of Mango Tango #D57A02

Color information

#D57A02 (or 0xD57A02) is unknown color: approx Mango Tango. HEX triplet: D5, 7A and 02. RGB value is (213,122,2). Sum of RGB (Red+Green+Blue) = 213+122+2=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57A02 is #2A85FD. Grayscale: #888888. Windows color (decimal): -2786814 or 162517. OLE color: 162517.

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

Color convert

RGB2131222-
CMYK00.430.990.16
HSL34.12º98.14%42.16%-
HSV(B)34.12º99.06%83.53%-
XYZ34.4128.073.66-
YUV135.5352.65183.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.20%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=63.20%
G=36.20%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213122200.430.990.1634.1298.1442.16
HexD57A202B631022622a
Octal3251722053143204214252
Binary1101010111110101001010111100011100001000101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57A02; }

 p { color: rgb(213,122,2); }

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

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

 a { background-color: rgb(213,122,2); }

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

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

 span { border-color: rgb(213,122,2); }

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