Shades of New York Pink #DA776A
Tints of New York Pink #DA776A
RGB
CMYK
RGB Variations
Color information
#DA776A (or 0xDA776A) is known color: New York Pink. HEX triplet: DA, 77 and 6A. RGB value is (218,119,106). Sum of RGB (Red+Green+Blue) = 218+119+106=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA776A is #258895. Grayscale: #939393. Windows color (decimal): -2459798 or 6977498. OLE color: 6977498.
HSL color Cylindrical-coordinate representation of color #DA776A: hue angle of 6.96º 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 #DA776A is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 106 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.15 |
| HSL | 6.96º | 0.6% | 0.64% | - |
| HSV(B) | 6.96º | 0.51% | 0.85% | - |
| XYZ | 38.11 | 29.14 | 17.25 | - |
| YUV | 147.12 | 104.8 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 106 | 0 | 0.45 | 0.51 | 0.15 | 6.96 | 0.6 | 0.64 |
| Hex | DA | 77 | 6A | 0 | 2D | 33 | F | 7 | 3C | 40 |
| Octal | 332 | 167 | 152 | 0 | 55 | 63 | 17 | 7 | 74 | 100 |
| Binary | 11011010 | 1110111 | 1101010 | 0 | 101101 | 110011 | 1111 | 111 | 111100 | 1000000 |
Color Harmonies of #DA776A
Complementary color
Monochromatic Colors of #DA776A
Black with #DA776A
Text Example
Text Example
White with #DA776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA776A; }
p { color: rgb(218,119,106); }
H1.HeaderClassName
{
color: #DA776A;
}
.AnyTagClassName
{
color: #DA776A;
}
</style>
background-color css
<style>
a { background-color: #DA776A; }
a { background-color: rgb(218,119,106); }
div.DivClassName
{
background-color: #DA776A;
}
.BgClassName
{
background-color: #DA776A;
}
</style>
border-color css
<style>
span { border-color: #DA776A; }
span { border-color: rgb(218,119,106); }
td.TdClassName
{
border-color: #DA776A;
}
.TagClassName
{
border-color: #DA776A;
}
</style>