Shades of New York Pink #DA7C68
Tints of New York Pink #DA7C68
RGB
CMYK
RGB Variations
Color information
#DA7C68 (or 0xDA7C68) is known color: New York Pink. HEX triplet: DA, 7C and 68. RGB value is (218,124,104). Sum of RGB (Red+Green+Blue) = 218+124+104=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C68 is #258397. Grayscale: #969696. Windows color (decimal): -2458520 or 6847706. OLE color: 6847706.
HSL color Cylindrical-coordinate representation of color #DA7C68: hue angle of 10.53º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA7C68 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 104 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.15 |
| HSL | 10.53º | 0.61% | 0.63% | - |
| HSV(B) | 10.53º | 0.52% | 0.85% | - |
| XYZ | 38.62 | 30.32 | 16.91 | - |
| YUV | 149.83 | 102.14 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 104 | 0 | 0.43 | 0.52 | 0.15 | 10.53 | 0.61 | 0.63 |
| Hex | DA | 7C | 68 | 0 | 2B | 34 | F | B | 3D | 3F |
| Octal | 332 | 174 | 150 | 0 | 53 | 64 | 17 | 13 | 75 | 77 |
| Binary | 11011010 | 1111100 | 1101000 | 0 | 101011 | 110100 | 1111 | 1011 | 111101 | 111111 |
Color Harmonies of #DA7C68
Complementary color
Monochromatic Colors of #DA7C68
Black with #DA7C68
Text Example
Text Example
White with #DA7C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C68; }
p { color: rgb(218,124,104); }
H1.HeaderClassName
{
color: #DA7C68;
}
.AnyTagClassName
{
color: #DA7C68;
}
</style>
background-color css
<style>
a { background-color: #DA7C68; }
a { background-color: rgb(218,124,104); }
div.DivClassName
{
background-color: #DA7C68;
}
.BgClassName
{
background-color: #DA7C68;
}
</style>
border-color css
<style>
span { border-color: #DA7C68; }
span { border-color: rgb(218,124,104); }
td.TdClassName
{
border-color: #DA7C68;
}
.TagClassName
{
border-color: #DA7C68;
}
</style>