Shades of New York Pink #D28673
Tints of New York Pink #D28673
RGB
CMYK
RGB Variations
Color information
#D28673 (or 0xD28673) is known color: New York Pink. HEX triplet: D2, 86 and 73. RGB value is (210,134,115). Sum of RGB (Red+Green+Blue) = 210+134+115=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D28673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28673 is #2D798C. Grayscale: #9A9A9A. Windows color (decimal): -2980237 or 7571154. OLE color: 7571154.
HSL color Cylindrical-coordinate representation of color #D28673: hue angle of 12º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D28673 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 115 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.18 |
| HSL | 12º | 0.51% | 0.64% | - |
| HSV(B) | 12º | 0.45% | 0.82% | - |
| XYZ | 38.2 | 31.99 | 20.38 | - |
| YUV | 154.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 115 | 0 | 0.36 | 0.45 | 0.18 | 12 | 0.51 | 0.64 |
| Hex | D2 | 86 | 73 | 0 | 24 | 2D | 12 | C | 33 | 40 |
| Octal | 322 | 206 | 163 | 0 | 44 | 55 | 22 | 14 | 63 | 100 |
| Binary | 11010010 | 10000110 | 1110011 | 0 | 100100 | 101101 | 10010 | 1100 | 110011 | 1000000 |
Color Harmonies of #D28673
Complementary color
Monochromatic Colors of #D28673
Black with #D28673
Text Example
Text Example
White with #D28673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28673; }
p { color: rgb(210,134,115); }
H1.HeaderClassName
{
color: #D28673;
}
.AnyTagClassName
{
color: #D28673;
}
</style>
background-color css
<style>
a { background-color: #D28673; }
a { background-color: rgb(210,134,115); }
div.DivClassName
{
background-color: #D28673;
}
.BgClassName
{
background-color: #D28673;
}
</style>
border-color css
<style>
span { border-color: #D28673; }
span { border-color: rgb(210,134,115); }
td.TdClassName
{
border-color: #D28673;
}
.TagClassName
{
border-color: #D28673;
}
</style>