Shades of New York Pink #D88675
Tints of New York Pink #D88675
RGB
CMYK
RGB Variations
Color information
#D88675 (or 0xD88675) is known color: New York Pink. HEX triplet: D8, 86 and 75. RGB value is (216,134,117). Sum of RGB (Red+Green+Blue) = 216+134+117=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D88675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88675 is #27798A. Grayscale: #9C9C9C. Windows color (decimal): -2587019 or 7702232. OLE color: 7702232.
HSL color Cylindrical-coordinate representation of color #D88675: hue angle of 10.3º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D88675 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 134 | 117 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.15 |
| HSL | 10.3º | 0.56% | 0.65% | - |
| HSV(B) | 10.3º | 0.46% | 0.85% | - |
| XYZ | 40.05 | 32.93 | 21.08 | - |
| YUV | 156.58 | 105.67 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 134 | 117 | 0 | 0.38 | 0.46 | 0.15 | 10.3 | 0.56 | 0.65 |
| Hex | D8 | 86 | 75 | 0 | 26 | 2E | F | A | 38 | 41 |
| Octal | 330 | 206 | 165 | 0 | 46 | 56 | 17 | 12 | 70 | 101 |
| Binary | 11011000 | 10000110 | 1110101 | 0 | 100110 | 101110 | 1111 | 1010 | 111000 | 1000001 |
Color Harmonies of #D88675
Complementary color
Monochromatic Colors of #D88675
Black with #D88675
Text Example
Text Example
White with #D88675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88675; }
p { color: rgb(216,134,117); }
H1.HeaderClassName
{
color: #D88675;
}
.AnyTagClassName
{
color: #D88675;
}
</style>
background-color css
<style>
a { background-color: #D88675; }
a { background-color: rgb(216,134,117); }
div.DivClassName
{
background-color: #D88675;
}
.BgClassName
{
background-color: #D88675;
}
</style>
border-color css
<style>
span { border-color: #D88675; }
span { border-color: rgb(216,134,117); }
td.TdClassName
{
border-color: #D88675;
}
.TagClassName
{
border-color: #D88675;
}
</style>