Shades of New York Pink #DA7B69
Tints of New York Pink #DA7B69
RGB
CMYK
RGB Variations
Color information
#DA7B69 (or 0xDA7B69) is known color: New York Pink. HEX triplet: DA, 7B and 69. RGB value is (218,123,105). Sum of RGB (Red+Green+Blue) = 218+123+105=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B69 is #258496. Grayscale: #959595. Windows color (decimal): -2458775 or 6912986. OLE color: 6912986.
HSL color Cylindrical-coordinate representation of color #DA7B69: hue angle of 9.56º degrees, saturation: 0.6, 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 #DA7B69 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 105 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.15 |
| HSL | 9.56º | 0.6% | 0.63% | - |
| HSV(B) | 9.56º | 0.52% | 0.85% | - |
| XYZ | 38.55 | 30.09 | 17.14 | - |
| YUV | 149.35 | 102.97 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 105 | 0 | 0.44 | 0.52 | 0.15 | 9.56 | 0.6 | 0.63 |
| Hex | DA | 7B | 69 | 0 | 2C | 34 | F | A | 3C | 3F |
| Octal | 332 | 173 | 151 | 0 | 54 | 64 | 17 | 12 | 74 | 77 |
| Binary | 11011010 | 1111011 | 1101001 | 0 | 101100 | 110100 | 1111 | 1010 | 111100 | 111111 |
Color Harmonies of #DA7B69
Complementary color
Monochromatic Colors of #DA7B69
Black with #DA7B69
Text Example
Text Example
White with #DA7B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B69; }
p { color: rgb(218,123,105); }
H1.HeaderClassName
{
color: #DA7B69;
}
.AnyTagClassName
{
color: #DA7B69;
}
</style>
background-color css
<style>
a { background-color: #DA7B69; }
a { background-color: rgb(218,123,105); }
div.DivClassName
{
background-color: #DA7B69;
}
.BgClassName
{
background-color: #DA7B69;
}
</style>
border-color css
<style>
span { border-color: #DA7B69; }
span { border-color: rgb(218,123,105); }
td.TdClassName
{
border-color: #DA7B69;
}
.TagClassName
{
border-color: #DA7B69;
}
</style>