Shades of Mandy #D06669
Tints of Mandy #D06669
RGB
CMYK
RGB Variations
Color information
#D06669 (or 0xD06669) is known color: Mandy. HEX triplet: D0, 66 and 69. RGB value is (208,102,105). Sum of RGB (Red+Green+Blue) = 208+102+105=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D06669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06669 is #2F9996. Grayscale: #868686. Windows color (decimal): -3119511 or 6907600. OLE color: 6907600.
HSL color Cylindrical-coordinate representation of color #D06669: hue angle of 358.3º 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 #D06669 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 105 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.18 |
| HSL | 358.3º | 0.53% | 0.61% | - |
| HSV(B) | 358.3º | 0.51% | 0.82% | - |
| XYZ | 33.31 | 23.93 | 16.23 | - |
| YUV | 134.04 | 111.62 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 105 | 0 | 0.51 | 0.50 | 0.18 | 358.3 | 0.53 | 0.61 |
| Hex | D0 | 66 | 69 | 0 | 33 | 32 | 12 | 166 | 35 | 3D |
| Octal | 320 | 146 | 151 | 0 | 63 | 62 | 22 | 546 | 65 | 75 |
| Binary | 11010000 | 1100110 | 1101001 | 0 | 110011 | 110010 | 10010 | 101100110 | 110101 | 111101 |
Color Harmonies of #D06669
Complementary color
Monochromatic Colors of #D06669
Black with #D06669
Text Example
Text Example
White with #D06669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06669; }
p { color: rgb(208,102,105); }
H1.HeaderClassName
{
color: #D06669;
}
.AnyTagClassName
{
color: #D06669;
}
</style>
background-color css
<style>
a { background-color: #D06669; }
a { background-color: rgb(208,102,105); }
div.DivClassName
{
background-color: #D06669;
}
.BgClassName
{
background-color: #D06669;
}
</style>
border-color css
<style>
span { border-color: #D06669; }
span { border-color: rgb(208,102,105); }
td.TdClassName
{
border-color: #D06669;
}
.TagClassName
{
border-color: #D06669;
}
</style>