Shades of New York Pink #DA786E
Tints of New York Pink #DA786E
RGB
CMYK
RGB Variations
Color information
#DA786E (or 0xDA786E) is known color: New York Pink. HEX triplet: DA, 78 and 6E. RGB value is (218,120,110). Sum of RGB (Red+Green+Blue) = 218+120+110=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA786E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA786E is #258791. Grayscale: #949494. Windows color (decimal): -2459538 or 7239898. OLE color: 7239898.
HSL color Cylindrical-coordinate representation of color #DA786E: hue angle of 5.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA786E is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 110 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.15 |
| HSL | 5.56º | 0.59% | 0.64% | - |
| HSV(B) | 5.56º | 0.5% | 0.85% | - |
| XYZ | 38.44 | 29.46 | 18.41 | - |
| YUV | 148.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 110 | 0 | 0.45 | 0.50 | 0.15 | 5.56 | 0.59 | 0.64 |
| Hex | DA | 78 | 6E | 0 | 2D | 32 | F | 6 | 3B | 40 |
| Octal | 332 | 170 | 156 | 0 | 55 | 62 | 17 | 6 | 73 | 100 |
| Binary | 11011010 | 1111000 | 1101110 | 0 | 101101 | 110010 | 1111 | 110 | 111011 | 1000000 |
Color Harmonies of #DA786E
Complementary color
Monochromatic Colors of #DA786E
Black with #DA786E
Text Example
Text Example
White with #DA786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA786E; }
p { color: rgb(218,120,110); }
H1.HeaderClassName
{
color: #DA786E;
}
.AnyTagClassName
{
color: #DA786E;
}
</style>
background-color css
<style>
a { background-color: #DA786E; }
a { background-color: rgb(218,120,110); }
div.DivClassName
{
background-color: #DA786E;
}
.BgClassName
{
background-color: #DA786E;
}
</style>
border-color css
<style>
span { border-color: #DA786E; }
span { border-color: rgb(218,120,110); }
td.TdClassName
{
border-color: #DA786E;
}
.TagClassName
{
border-color: #DA786E;
}
</style>