Shades of New York Pink #D28670
Tints of New York Pink #D28670
RGB
CMYK
RGB Variations
Color information
#D28670 (or 0xD28670) is known color: New York Pink. HEX triplet: D2, 86 and 70. RGB value is (210,134,112). Sum of RGB (Red+Green+Blue) = 210+134+112=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D28670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28670 is #2D798F. Grayscale: #9A9A9A. Windows color (decimal): -2980240 or 7374546. OLE color: 7374546.
HSL color Cylindrical-coordinate representation of color #D28670: hue angle of 13.47º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D28670 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 112 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.18 |
| HSL | 13.47º | 0.52% | 0.63% | - |
| HSV(B) | 13.47º | 0.47% | 0.82% | - |
| XYZ | 38.03 | 31.92 | 19.49 | - |
| YUV | 154.22 | 104.18 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 112 | 0 | 0.36 | 0.47 | 0.18 | 13.47 | 0.52 | 0.63 |
| Hex | D2 | 86 | 70 | 0 | 24 | 2F | 12 | D | 34 | 3F |
| Octal | 322 | 206 | 160 | 0 | 44 | 57 | 22 | 15 | 64 | 77 |
| Binary | 11010010 | 10000110 | 1110000 | 0 | 100100 | 101111 | 10010 | 1101 | 110100 | 111111 |
Color Harmonies of #D28670
Complementary color
Monochromatic Colors of #D28670
Black with #D28670
Text Example
Text Example
White with #D28670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28670; }
p { color: rgb(210,134,112); }
H1.HeaderClassName
{
color: #D28670;
}
.AnyTagClassName
{
color: #D28670;
}
</style>
background-color css
<style>
a { background-color: #D28670; }
a { background-color: rgb(210,134,112); }
div.DivClassName
{
background-color: #D28670;
}
.BgClassName
{
background-color: #D28670;
}
</style>
border-color css
<style>
span { border-color: #D28670; }
span { border-color: rgb(210,134,112); }
td.TdClassName
{
border-color: #D28670;
}
.TagClassName
{
border-color: #D28670;
}
</style>