Shades of New York Pink #D6856E
Tints of New York Pink #D6856E
RGB
CMYK
RGB Variations
Color information
#D6856E (or 0xD6856E) is known color: New York Pink. HEX triplet: D6, 85 and 6E. RGB value is (214,133,110). Sum of RGB (Red+Green+Blue) = 214+133+110=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6856E is #297A91. Grayscale: #9A9A9A. Windows color (decimal): -2718354 or 7243222. OLE color: 7243222.
HSL color Cylindrical-coordinate representation of color #D6856E: hue angle of 13.27º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6856E is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 110 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.16 |
| HSL | 13.27º | 0.56% | 0.64% | - |
| HSV(B) | 13.27º | 0.49% | 0.84% | - |
| XYZ | 38.93 | 32.2 | 18.91 | - |
| YUV | 154.6 | 102.84 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 110 | 0 | 0.38 | 0.49 | 0.16 | 13.27 | 0.56 | 0.64 |
| Hex | D6 | 85 | 6E | 0 | 26 | 31 | 10 | D | 38 | 40 |
| Octal | 326 | 205 | 156 | 0 | 46 | 61 | 20 | 15 | 70 | 100 |
| Binary | 11010110 | 10000101 | 1101110 | 0 | 100110 | 110001 | 10000 | 1101 | 111000 | 1000000 |
Color Harmonies of #D6856E
Complementary color
Monochromatic Colors of #D6856E
Black with #D6856E
Text Example
Text Example
White with #D6856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6856E; }
p { color: rgb(214,133,110); }
H1.HeaderClassName
{
color: #D6856E;
}
.AnyTagClassName
{
color: #D6856E;
}
</style>
background-color css
<style>
a { background-color: #D6856E; }
a { background-color: rgb(214,133,110); }
div.DivClassName
{
background-color: #D6856E;
}
.BgClassName
{
background-color: #D6856E;
}
</style>
border-color css
<style>
span { border-color: #D6856E; }
span { border-color: rgb(214,133,110); }
td.TdClassName
{
border-color: #D6856E;
}
.TagClassName
{
border-color: #D6856E;
}
</style>