Shades of New York Pink #DA786B
Tints of New York Pink #DA786B
RGB
CMYK
RGB Variations
Color information
#DA786B (or 0xDA786B) is known color: New York Pink. HEX triplet: DA, 78 and 6B. RGB value is (218,120,107). Sum of RGB (Red+Green+Blue) = 218+120+107=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA786B is #258794. Grayscale: #939393. Windows color (decimal): -2459541 or 7043290. OLE color: 7043290.
HSL color Cylindrical-coordinate representation of color #DA786B: hue angle of 7.03º 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 #DA786B is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 107 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.15 |
| HSL | 7.03º | 0.6% | 0.64% | - |
| HSV(B) | 7.03º | 0.51% | 0.85% | - |
| XYZ | 38.28 | 29.4 | 17.57 | - |
| YUV | 147.82 | 104.97 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 107 | 0 | 0.45 | 0.51 | 0.15 | 7.03 | 0.6 | 0.64 |
| Hex | DA | 78 | 6B | 0 | 2D | 33 | F | 7 | 3C | 40 |
| Octal | 332 | 170 | 153 | 0 | 55 | 63 | 17 | 7 | 74 | 100 |
| Binary | 11011010 | 1111000 | 1101011 | 0 | 101101 | 110011 | 1111 | 111 | 111100 | 1000000 |
Color Harmonies of #DA786B
Complementary color
Monochromatic Colors of #DA786B
Black with #DA786B
Text Example
Text Example
White with #DA786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA786B; }
p { color: rgb(218,120,107); }
H1.HeaderClassName
{
color: #DA786B;
}
.AnyTagClassName
{
color: #DA786B;
}
</style>
background-color css
<style>
a { background-color: #DA786B; }
a { background-color: rgb(218,120,107); }
div.DivClassName
{
background-color: #DA786B;
}
.BgClassName
{
background-color: #DA786B;
}
</style>
border-color css
<style>
span { border-color: #DA786B; }
span { border-color: rgb(218,120,107); }
td.TdClassName
{
border-color: #DA786B;
}
.TagClassName
{
border-color: #DA786B;
}
</style>