Shades of New York Pink #D7866F
Tints of New York Pink #D7866F
RGB
CMYK
RGB Variations
Color information
#D7866F (or 0xD7866F) is known color: New York Pink. HEX triplet: D7, 86 and 6F. RGB value is (215,134,111). Sum of RGB (Red+Green+Blue) = 215+134+111=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D7866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7866F is #287990. Grayscale: #9B9B9B. Windows color (decimal): -2652561 or 7309015. OLE color: 7309015.
HSL color Cylindrical-coordinate representation of color #D7866F: hue angle of 13.27º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7866F is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 134 | 111 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.16 |
| HSL | 13.27º | 0.57% | 0.64% | - |
| HSV(B) | 13.27º | 0.48% | 0.84% | - |
| XYZ | 39.42 | 32.64 | 19.26 | - |
| YUV | 155.6 | 102.84 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 134 | 111 | 0 | 0.38 | 0.48 | 0.16 | 13.27 | 0.57 | 0.64 |
| Hex | D7 | 86 | 6F | 0 | 26 | 30 | 10 | D | 39 | 40 |
| Octal | 327 | 206 | 157 | 0 | 46 | 60 | 20 | 15 | 71 | 100 |
| Binary | 11010111 | 10000110 | 1101111 | 0 | 100110 | 110000 | 10000 | 1101 | 111001 | 1000000 |
Color Harmonies of #D7866F
Complementary color
Monochromatic Colors of #D7866F
Black with #D7866F
Text Example
Text Example
White with #D7866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7866F; }
p { color: rgb(215,134,111); }
H1.HeaderClassName
{
color: #D7866F;
}
.AnyTagClassName
{
color: #D7866F;
}
</style>
background-color css
<style>
a { background-color: #D7866F; }
a { background-color: rgb(215,134,111); }
div.DivClassName
{
background-color: #D7866F;
}
.BgClassName
{
background-color: #D7866F;
}
</style>
border-color css
<style>
span { border-color: #D7866F; }
span { border-color: rgb(215,134,111); }
td.TdClassName
{
border-color: #D7866F;
}
.TagClassName
{
border-color: #D7866F;
}
</style>