Shades of New York Pink #D87B68
Tints of New York Pink #D87B68
RGB
CMYK
RGB Variations
Color information
#D87B68 (or 0xD87B68) is known color: New York Pink. HEX triplet: D8, 7B and 68. RGB value is (216,123,104). Sum of RGB (Red+Green+Blue) = 216+123+104=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87B68 is #278497. Grayscale: #949494. Windows color (decimal): -2589848 or 6847448. OLE color: 6847448.
HSL color Cylindrical-coordinate representation of color #D87B68: hue angle of 10.18º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D87B68 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 104 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.15 |
| HSL | 10.18º | 0.59% | 0.63% | - |
| HSV(B) | 10.18º | 0.52% | 0.85% | - |
| XYZ | 37.9 | 29.76 | 16.84 | - |
| YUV | 148.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 104 | 0 | 0.43 | 0.52 | 0.15 | 10.18 | 0.59 | 0.63 |
| Hex | D8 | 7B | 68 | 0 | 2B | 34 | F | A | 3B | 3F |
| Octal | 330 | 173 | 150 | 0 | 53 | 64 | 17 | 12 | 73 | 77 |
| Binary | 11011000 | 1111011 | 1101000 | 0 | 101011 | 110100 | 1111 | 1010 | 111011 | 111111 |
Color Harmonies of #D87B68
Complementary color
Monochromatic Colors of #D87B68
Black with #D87B68
Text Example
Text Example
White with #D87B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87B68; }
p { color: rgb(216,123,104); }
H1.HeaderClassName
{
color: #D87B68;
}
.AnyTagClassName
{
color: #D87B68;
}
</style>
background-color css
<style>
a { background-color: #D87B68; }
a { background-color: rgb(216,123,104); }
div.DivClassName
{
background-color: #D87B68;
}
.BgClassName
{
background-color: #D87B68;
}
</style>
border-color css
<style>
span { border-color: #D87B68; }
span { border-color: rgb(216,123,104); }
td.TdClassName
{
border-color: #D87B68;
}
.TagClassName
{
border-color: #D87B68;
}
</style>