Shades of New York Pink #D68872
Tints of New York Pink #D68872
RGB
CMYK
RGB Variations
Color information
#D68872 (or 0xD68872) is known color: New York Pink. HEX triplet: D6, 88 and 72. RGB value is (214,136,114). Sum of RGB (Red+Green+Blue) = 214+136+114=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D68872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68872 is #29778D. Grayscale: #9C9C9C. Windows color (decimal): -2717582 or 7506134. OLE color: 7506134.
HSL color Cylindrical-coordinate representation of color #D68872: hue angle of 13.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D68872 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 114 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.16 |
| HSL | 13.2º | 0.55% | 0.64% | - |
| HSV(B) | 13.2º | 0.47% | 0.84% | - |
| XYZ | 39.57 | 33.12 | 20.23 | - |
| YUV | 156.81 | 103.84 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 114 | 0 | 0.36 | 0.47 | 0.16 | 13.2 | 0.55 | 0.64 |
| Hex | D6 | 88 | 72 | 0 | 24 | 2F | 10 | D | 37 | 40 |
| Octal | 326 | 210 | 162 | 0 | 44 | 57 | 20 | 15 | 67 | 100 |
| Binary | 11010110 | 10001000 | 1110010 | 0 | 100100 | 101111 | 10000 | 1101 | 110111 | 1000000 |
Color Harmonies of #D68872
Complementary color
Monochromatic Colors of #D68872
Black with #D68872
Text Example
Text Example
White with #D68872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68872; }
p { color: rgb(214,136,114); }
H1.HeaderClassName
{
color: #D68872;
}
.AnyTagClassName
{
color: #D68872;
}
</style>
background-color css
<style>
a { background-color: #D68872; }
a { background-color: rgb(214,136,114); }
div.DivClassName
{
background-color: #D68872;
}
.BgClassName
{
background-color: #D68872;
}
</style>
border-color css
<style>
span { border-color: #D68872; }
span { border-color: rgb(214,136,114); }
td.TdClassName
{
border-color: #D68872;
}
.TagClassName
{
border-color: #D68872;
}
</style>