#D86164

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

Shades of Mandy #D86164

Tints of Mandy #D86164

Color information

#D86164 (or 0xD86164) is unknown color: approx Mandy. HEX triplet: D8, 61 and 64. RGB value is (216,97,100). Sum of RGB (Red+Green+Blue) = 216+97+100=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D86164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86164 is #279E9B. Grayscale: #858585. Windows color (decimal): -2596508 or 6578648. OLE color: 6578648.

HSL color Cylindrical-coordinate representation of color #D86164: hue angle of 358.49º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86164 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB21697100-
CMYK00.550.540.15
HSL358.49º60.41%61.37%-
HSV(B)358.49º55.09%84.71%-
XYZ34.8924.0714.86-
YUV132.92109.42187.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.30%
GREEN value IS 97 (38.28% from 255) = 23.49%
BLUE value IS 100 (39.45% from 255) = 24.21%
R=52.30%
G=23.49%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169710000.550.540.15358.4960.4161.37
HexD8616403736F1663c3d
Octal33014114406766175467475
Binary110110001100001110010001101111101101111101100110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86164; }

 p { color: rgb(216,97,100); }

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

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

 a { background-color: rgb(216,97,100); }

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

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

 span { border-color: rgb(216,97,100); }

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