Shades of Mandy #D96067
Tints of Mandy #D96067
RGB
CMYK
RGB Variations
Color information
#D96067 (or 0xD96067) is known color: Mandy. HEX triplet: D9, 60 and 67. RGB value is (217,96,103). Sum of RGB (Red+Green+Blue) = 217+96+103=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D96067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96067 is #269F98. Grayscale: #858585. Windows color (decimal): -2531225 or 6775001. OLE color: 6775001.
HSL color Cylindrical-coordinate representation of color #D96067: hue angle of 356.53º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96067 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 103 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.15 |
| HSL | 356.53º | 0.61% | 0.61% | - |
| HSV(B) | 356.53º | 0.56% | 0.85% | - |
| XYZ | 35.25 | 24.1 | 15.63 | - |
| YUV | 132.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 103 | 0 | 0.56 | 0.53 | 0.15 | 356.53 | 0.61 | 0.61 |
| Hex | D9 | 60 | 67 | 0 | 38 | 35 | F | 165 | 3D | 3D |
| Octal | 331 | 140 | 147 | 0 | 70 | 65 | 17 | 545 | 75 | 75 |
| Binary | 11011001 | 1100000 | 1100111 | 0 | 111000 | 110101 | 1111 | 101100101 | 111101 | 111101 |
Color Harmonies of #D96067
Complementary color
Monochromatic Colors of #D96067
Black with #D96067
Text Example
Text Example
White with #D96067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96067; }
p { color: rgb(217,96,103); }
H1.HeaderClassName
{
color: #D96067;
}
.AnyTagClassName
{
color: #D96067;
}
</style>
background-color css
<style>
a { background-color: #D96067; }
a { background-color: rgb(217,96,103); }
div.DivClassName
{
background-color: #D96067;
}
.BgClassName
{
background-color: #D96067;
}
</style>
border-color css
<style>
span { border-color: #D96067; }
span { border-color: rgb(217,96,103); }
td.TdClassName
{
border-color: #D96067;
}
.TagClassName
{
border-color: #D96067;
}
</style>