#D86265

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

Shades of Mandy #D86265

Tints of Mandy #D86265

Color information

#D86265 (or 0xD86265) is unknown color: approx Mandy. HEX triplet: D8, 62 and 65. RGB value is (216,98,101). Sum of RGB (Red+Green+Blue) = 216+98+101=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D86265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86265 is #279D9A. Grayscale: #858585. Windows color (decimal): -2596251 or 6644440. OLE color: 6644440.

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

Color convert

RGB21698101-
CMYK00.550.530.15
HSL358.47º60.2%61.57%-
HSV(B)358.47º54.63%84.71%-
XYZ35.0424.2715.15-
YUV133.62109.59186.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.05%
GREEN value IS 98 (38.67% from 255) = 23.61%
BLUE value IS 101 (39.84% from 255) = 24.34%
R=52.05%
G=23.61%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169810100.550.530.15358.4760.261.57
HexD8626503735F1663c3e
Octal33014214506765175467476
Binary110110001100010110010101101111101011111101100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86265; }

 p { color: rgb(216,98,101); }

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

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

 a { background-color: rgb(216,98,101); }

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

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

 span { border-color: rgb(216,98,101); }

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