Shades of New York Pink #DA786C
Tints of New York Pink #DA786C
RGB
CMYK
RGB Variations
Color information
#DA786C (or 0xDA786C) is known color: New York Pink. HEX triplet: DA, 78 and 6C. RGB value is (218,120,108). Sum of RGB (Red+Green+Blue) = 218+120+108=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA786C is #258793. Grayscale: #949494. Windows color (decimal): -2459540 or 7108826. OLE color: 7108826.
HSL color Cylindrical-coordinate representation of color #DA786C: hue angle of 6.55º degrees, saturation: 0.6, 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 #DA786C is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 108 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.15 |
| HSL | 6.55º | 0.6% | 0.64% | - |
| HSV(B) | 6.55º | 0.5% | 0.85% | - |
| XYZ | 38.34 | 29.42 | 17.85 | - |
| YUV | 147.93 | 105.47 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 108 | 0 | 0.45 | 0.50 | 0.15 | 6.55 | 0.6 | 0.64 |
| Hex | DA | 78 | 6C | 0 | 2D | 32 | F | 7 | 3C | 40 |
| Octal | 332 | 170 | 154 | 0 | 55 | 62 | 17 | 7 | 74 | 100 |
| Binary | 11011010 | 1111000 | 1101100 | 0 | 101101 | 110010 | 1111 | 111 | 111100 | 1000000 |
Color Harmonies of #DA786C
Complementary color
Monochromatic Colors of #DA786C
Black with #DA786C
Text Example
Text Example
White with #DA786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA786C; }
p { color: rgb(218,120,108); }
H1.HeaderClassName
{
color: #DA786C;
}
.AnyTagClassName
{
color: #DA786C;
}
</style>
background-color css
<style>
a { background-color: #DA786C; }
a { background-color: rgb(218,120,108); }
div.DivClassName
{
background-color: #DA786C;
}
.BgClassName
{
background-color: #DA786C;
}
</style>
border-color css
<style>
span { border-color: #DA786C; }
span { border-color: rgb(218,120,108); }
td.TdClassName
{
border-color: #DA786C;
}
.TagClassName
{
border-color: #DA786C;
}
</style>