#D27502

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

Shades of Mango Tango #D27502

Tints of Mango Tango #D27502

Color information

#D27502 (or 0xD27502) is unknown color: approx Mango Tango. HEX triplet: D2, 75 and 02. RGB value is (210,117,2). Sum of RGB (Red+Green+Blue) = 210+117+2=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D27502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27502 is #2D8AFD. Grayscale: #848484. Windows color (decimal): -2984702 or 161234. OLE color: 161234.

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

Color convert

RGB2101172-
CMYK00.440.990.18
HSL33.17º98.11%41.57%-
HSV(B)33.17º99.05%82.35%-
XYZ32.9526.433.42-
YUV131.754.81183.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 63.83%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=63.83%
G=35.56%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210117200.440.990.1833.1798.1141.57
HexD275202C631221622a
Octal3221652054143224114252
Binary1101001011101011001011001100011100101000011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27502; }

 p { color: rgb(210,117,2); }

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

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

 a { background-color: rgb(210,117,2); }

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

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

 span { border-color: rgb(210,117,2); }

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