Shades of New York Pink #DA7C67
Tints of New York Pink #DA7C67
RGB
CMYK
RGB Variations
Color information
#DA7C67 (or 0xDA7C67) is known color: New York Pink. HEX triplet: DA, 7C and 67. RGB value is (218,124,103). Sum of RGB (Red+Green+Blue) = 218+124+103=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C67 is #258398. Grayscale: #959595. Windows color (decimal): -2458521 or 6782170. OLE color: 6782170.
HSL color Cylindrical-coordinate representation of color #DA7C67: hue angle of 10.96º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA7C67 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 124 | 103 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.15 |
| HSL | 10.96º | 0.61% | 0.63% | - |
| HSV(B) | 10.96º | 0.53% | 0.85% | - |
| XYZ | 38.57 | 30.3 | 16.65 | - |
| YUV | 149.71 | 101.64 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 124 | 103 | 0 | 0.43 | 0.53 | 0.15 | 10.96 | 0.61 | 0.63 |
| Hex | DA | 7C | 67 | 0 | 2B | 35 | F | B | 3D | 3F |
| Octal | 332 | 174 | 147 | 0 | 53 | 65 | 17 | 13 | 75 | 77 |
| Binary | 11011010 | 1111100 | 1100111 | 0 | 101011 | 110101 | 1111 | 1011 | 111101 | 111111 |
Color Harmonies of #DA7C67
Complementary color
Monochromatic Colors of #DA7C67
Black with #DA7C67
Text Example
Text Example
White with #DA7C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7C67; }
p { color: rgb(218,124,103); }
H1.HeaderClassName
{
color: #DA7C67;
}
.AnyTagClassName
{
color: #DA7C67;
}
</style>
background-color css
<style>
a { background-color: #DA7C67; }
a { background-color: rgb(218,124,103); }
div.DivClassName
{
background-color: #DA7C67;
}
.BgClassName
{
background-color: #DA7C67;
}
</style>
border-color css
<style>
span { border-color: #DA7C67; }
span { border-color: rgb(218,124,103); }
td.TdClassName
{
border-color: #DA7C67;
}
.TagClassName
{
border-color: #DA7C67;
}
</style>