Shades of New York Pink #D28672
Tints of New York Pink #D28672
RGB
CMYK
RGB Variations
Color information
#D28672 (or 0xD28672) is known color: New York Pink. HEX triplet: D2, 86 and 72. RGB value is (210,134,114). Sum of RGB (Red+Green+Blue) = 210+134+114=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D28672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28672 is #2D798D. Grayscale: #9A9A9A. Windows color (decimal): -2980238 or 7505618. OLE color: 7505618.
HSL color Cylindrical-coordinate representation of color #D28672: hue angle of 12.5º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D28672 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 114 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.18 |
| HSL | 12.5º | 0.52% | 0.64% | - |
| HSV(B) | 12.5º | 0.46% | 0.82% | - |
| XYZ | 38.14 | 31.97 | 20.08 | - |
| YUV | 154.44 | 105.18 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 114 | 0 | 0.36 | 0.46 | 0.18 | 12.5 | 0.52 | 0.64 |
| Hex | D2 | 86 | 72 | 0 | 24 | 2E | 12 | C | 34 | 40 |
| Octal | 322 | 206 | 162 | 0 | 44 | 56 | 22 | 14 | 64 | 100 |
| Binary | 11010010 | 10000110 | 1110010 | 0 | 100100 | 101110 | 10010 | 1100 | 110100 | 1000000 |
Color Harmonies of #D28672
Complementary color
Monochromatic Colors of #D28672
Black with #D28672
Text Example
Text Example
White with #D28672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28672; }
p { color: rgb(210,134,114); }
H1.HeaderClassName
{
color: #D28672;
}
.AnyTagClassName
{
color: #D28672;
}
</style>
background-color css
<style>
a { background-color: #D28672; }
a { background-color: rgb(210,134,114); }
div.DivClassName
{
background-color: #D28672;
}
.BgClassName
{
background-color: #D28672;
}
</style>
border-color css
<style>
span { border-color: #D28672; }
span { border-color: rgb(210,134,114); }
td.TdClassName
{
border-color: #D28672;
}
.TagClassName
{
border-color: #D28672;
}
</style>