Shades of Mandy #D06667
Tints of Mandy #D06667
RGB
CMYK
RGB Variations
Color information
#D06667 (or 0xD06667) is known color: Mandy. HEX triplet: D0, 66 and 67. RGB value is (208,102,103). Sum of RGB (Red+Green+Blue) = 208+102+103=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D06667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06667 is #2F9998. Grayscale: #858585. Windows color (decimal): -3119513 or 6776528. OLE color: 6776528.
HSL color Cylindrical-coordinate representation of color #D06667: hue angle of 359.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06667 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 103 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.18 |
| HSL | 359.43º | 0.53% | 0.61% | - |
| HSV(B) | 359.43º | 0.51% | 0.82% | - |
| XYZ | 33.21 | 23.89 | 15.69 | - |
| YUV | 133.81 | 110.62 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 103 | 0 | 0.51 | 0.50 | 0.18 | 359.43 | 0.53 | 0.61 |
| Hex | D0 | 66 | 67 | 0 | 33 | 32 | 12 | 167 | 35 | 3D |
| Octal | 320 | 146 | 147 | 0 | 63 | 62 | 22 | 547 | 65 | 75 |
| Binary | 11010000 | 1100110 | 1100111 | 0 | 110011 | 110010 | 10010 | 101100111 | 110101 | 111101 |
Color Harmonies of #D06667
Complementary color
Monochromatic Colors of #D06667
Black with #D06667
Text Example
Text Example
White with #D06667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06667; }
p { color: rgb(208,102,103); }
H1.HeaderClassName
{
color: #D06667;
}
.AnyTagClassName
{
color: #D06667;
}
</style>
background-color css
<style>
a { background-color: #D06667; }
a { background-color: rgb(208,102,103); }
div.DivClassName
{
background-color: #D06667;
}
.BgClassName
{
background-color: #D06667;
}
</style>
border-color css
<style>
span { border-color: #D06667; }
span { border-color: rgb(208,102,103); }
td.TdClassName
{
border-color: #D06667;
}
.TagClassName
{
border-color: #D06667;
}
</style>