Shades of New York Pink #DA766B
Tints of New York Pink #DA766B
RGB
CMYK
RGB Variations
Color information
#DA766B (or 0xDA766B) is known color: New York Pink. HEX triplet: DA, 76 and 6B. RGB value is (218,118,107). Sum of RGB (Red+Green+Blue) = 218+118+107=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA766B is #258994. Grayscale: #929292. Windows color (decimal): -2460053 or 7042778. OLE color: 7042778.
HSL color Cylindrical-coordinate representation of color #DA766B: hue angle of 5.95º 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 #DA766B is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 107 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.15 |
| HSL | 5.95º | 0.6% | 0.64% | - |
| HSV(B) | 5.95º | 0.51% | 0.85% | - |
| XYZ | 38.05 | 28.92 | 17.49 | - |
| YUV | 146.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 107 | 0 | 0.46 | 0.51 | 0.15 | 5.95 | 0.6 | 0.64 |
| Hex | DA | 76 | 6B | 0 | 2E | 33 | F | 6 | 3C | 40 |
| Octal | 332 | 166 | 153 | 0 | 56 | 63 | 17 | 6 | 74 | 100 |
| Binary | 11011010 | 1110110 | 1101011 | 0 | 101110 | 110011 | 1111 | 110 | 111100 | 1000000 |
Color Harmonies of #DA766B
Complementary color
Monochromatic Colors of #DA766B
Black with #DA766B
Text Example
Text Example
White with #DA766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA766B; }
p { color: rgb(218,118,107); }
H1.HeaderClassName
{
color: #DA766B;
}
.AnyTagClassName
{
color: #DA766B;
}
</style>
background-color css
<style>
a { background-color: #DA766B; }
a { background-color: rgb(218,118,107); }
div.DivClassName
{
background-color: #DA766B;
}
.BgClassName
{
background-color: #DA766B;
}
</style>
border-color css
<style>
span { border-color: #DA766B; }
span { border-color: rgb(218,118,107); }
td.TdClassName
{
border-color: #DA766B;
}
.TagClassName
{
border-color: #DA766B;
}
</style>