Shades of New York Pink #DA786A
Tints of New York Pink #DA786A
RGB
CMYK
RGB Variations
Color information
#DA786A (or 0xDA786A) is known color: New York Pink. HEX triplet: DA, 78 and 6A. RGB value is (218,120,106). Sum of RGB (Red+Green+Blue) = 218+120+106=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA786A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA786A is #258795. Grayscale: #939393. Windows color (decimal): -2459542 or 6977754. OLE color: 6977754.
HSL color Cylindrical-coordinate representation of color #DA786A: hue angle of 7.5º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA786A is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 106 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.15 |
| HSL | 7.5º | 0.6% | 0.64% | - |
| HSV(B) | 7.5º | 0.51% | 0.85% | - |
| XYZ | 38.23 | 29.38 | 17.29 | - |
| YUV | 147.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 106 | 0 | 0.45 | 0.51 | 0.15 | 7.5 | 0.6 | 0.64 |
| Hex | DA | 78 | 6A | 0 | 2D | 33 | F | 8 | 3C | 40 |
| Octal | 332 | 170 | 152 | 0 | 55 | 63 | 17 | 10 | 74 | 100 |
| Binary | 11011010 | 1111000 | 1101010 | 0 | 101101 | 110011 | 1111 | 1000 | 111100 | 1000000 |
Color Harmonies of #DA786A
Complementary color
Monochromatic Colors of #DA786A
Black with #DA786A
Text Example
Text Example
White with #DA786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA786A; }
p { color: rgb(218,120,106); }
H1.HeaderClassName
{
color: #DA786A;
}
.AnyTagClassName
{
color: #DA786A;
}
</style>
background-color css
<style>
a { background-color: #DA786A; }
a { background-color: rgb(218,120,106); }
div.DivClassName
{
background-color: #DA786A;
}
.BgClassName
{
background-color: #DA786A;
}
</style>
border-color css
<style>
span { border-color: #DA786A; }
span { border-color: rgb(218,120,106); }
td.TdClassName
{
border-color: #DA786A;
}
.TagClassName
{
border-color: #DA786A;
}
</style>