Shades of New York Pink #D67968
Tints of New York Pink #D67968
RGB
CMYK
RGB Variations
Color information
#D67968 (or 0xD67968) is known color: New York Pink. HEX triplet: D6, 79 and 68. RGB value is (214,121,104). Sum of RGB (Red+Green+Blue) = 214+121+104=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D67968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67968 is #298697. Grayscale: #939393. Windows color (decimal): -2721432 or 6846934. OLE color: 6846934.
HSL color Cylindrical-coordinate representation of color #D67968: hue angle of 9.27º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D67968 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 104 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.16 |
| HSL | 9.27º | 0.57% | 0.62% | - |
| HSV(B) | 9.27º | 0.51% | 0.84% | - |
| XYZ | 37.07 | 28.97 | 16.73 | - |
| YUV | 146.87 | 103.81 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 104 | 0 | 0.43 | 0.51 | 0.16 | 9.27 | 0.57 | 0.62 |
| Hex | D6 | 79 | 68 | 0 | 2B | 33 | 10 | 9 | 39 | 3E |
| Octal | 326 | 171 | 150 | 0 | 53 | 63 | 20 | 11 | 71 | 76 |
| Binary | 11010110 | 1111001 | 1101000 | 0 | 101011 | 110011 | 10000 | 1001 | 111001 | 111110 |
Color Harmonies of #D67968
Complementary color
Monochromatic Colors of #D67968
Black with #D67968
Text Example
Text Example
White with #D67968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67968; }
p { color: rgb(214,121,104); }
H1.HeaderClassName
{
color: #D67968;
}
.AnyTagClassName
{
color: #D67968;
}
</style>
background-color css
<style>
a { background-color: #D67968; }
a { background-color: rgb(214,121,104); }
div.DivClassName
{
background-color: #D67968;
}
.BgClassName
{
background-color: #D67968;
}
</style>
border-color css
<style>
span { border-color: #D67968; }
span { border-color: rgb(214,121,104); }
td.TdClassName
{
border-color: #D67968;
}
.TagClassName
{
border-color: #D67968;
}
</style>