Shades of New York Pink #D3856F
Tints of New York Pink #D3856F
RGB
CMYK
RGB Variations
Color information
#D3856F (or 0xD3856F) is known color: New York Pink. HEX triplet: D3, 85 and 6F. RGB value is (211,133,111). Sum of RGB (Red+Green+Blue) = 211+133+111=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D3856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3856F is #2C7A90. Grayscale: #999999. Windows color (decimal): -2914961 or 7308755. OLE color: 7308755.
HSL color Cylindrical-coordinate representation of color #D3856F: hue angle of 13.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D3856F is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 111 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.17 |
| HSL | 13.2º | 0.53% | 0.63% | - |
| HSV(B) | 13.2º | 0.47% | 0.83% | - |
| XYZ | 38.12 | 31.77 | 19.16 | - |
| YUV | 153.81 | 103.84 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 111 | 0 | 0.37 | 0.47 | 0.17 | 13.2 | 0.53 | 0.63 |
| Hex | D3 | 85 | 6F | 0 | 25 | 2F | 11 | D | 35 | 3F |
| Octal | 323 | 205 | 157 | 0 | 45 | 57 | 21 | 15 | 65 | 77 |
| Binary | 11010011 | 10000101 | 1101111 | 0 | 100101 | 101111 | 10001 | 1101 | 110101 | 111111 |
Color Harmonies of #D3856F
Complementary color
Monochromatic Colors of #D3856F
Black with #D3856F
Text Example
Text Example
White with #D3856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3856F; }
p { color: rgb(211,133,111); }
H1.HeaderClassName
{
color: #D3856F;
}
.AnyTagClassName
{
color: #D3856F;
}
</style>
background-color css
<style>
a { background-color: #D3856F; }
a { background-color: rgb(211,133,111); }
div.DivClassName
{
background-color: #D3856F;
}
.BgClassName
{
background-color: #D3856F;
}
</style>
border-color css
<style>
span { border-color: #D3856F; }
span { border-color: rgb(211,133,111); }
td.TdClassName
{
border-color: #D3856F;
}
.TagClassName
{
border-color: #D3856F;
}
</style>