Shades of New York Pink #D28671
Tints of New York Pink #D28671
RGB
CMYK
RGB Variations
Color information
#D28671 (or 0xD28671) is known color: New York Pink. HEX triplet: D2, 86 and 71. RGB value is (210,134,113). Sum of RGB (Red+Green+Blue) = 210+134+113=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D28671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28671 is #2D798E. Grayscale: #9A9A9A. Windows color (decimal): -2980239 or 7440082. OLE color: 7440082.
HSL color Cylindrical-coordinate representation of color #D28671: hue angle of 12.99º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D28671 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 113 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.18 |
| HSL | 12.99º | 0.52% | 0.63% | - |
| HSV(B) | 12.99º | 0.46% | 0.82% | - |
| XYZ | 38.08 | 31.94 | 19.78 | - |
| YUV | 154.33 | 104.68 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 113 | 0 | 0.36 | 0.46 | 0.18 | 12.99 | 0.52 | 0.63 |
| Hex | D2 | 86 | 71 | 0 | 24 | 2E | 12 | D | 34 | 3F |
| Octal | 322 | 206 | 161 | 0 | 44 | 56 | 22 | 15 | 64 | 77 |
| Binary | 11010010 | 10000110 | 1110001 | 0 | 100100 | 101110 | 10010 | 1101 | 110100 | 111111 |
Color Harmonies of #D28671
Complementary color
Monochromatic Colors of #D28671
Black with #D28671
Text Example
Text Example
White with #D28671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28671; }
p { color: rgb(210,134,113); }
H1.HeaderClassName
{
color: #D28671;
}
.AnyTagClassName
{
color: #D28671;
}
</style>
background-color css
<style>
a { background-color: #D28671; }
a { background-color: rgb(210,134,113); }
div.DivClassName
{
background-color: #D28671;
}
.BgClassName
{
background-color: #D28671;
}
</style>
border-color css
<style>
span { border-color: #D28671; }
span { border-color: rgb(210,134,113); }
td.TdClassName
{
border-color: #D28671;
}
.TagClassName
{
border-color: #D28671;
}
</style>