Shades of New York Pink #DA7B6C
Tints of New York Pink #DA7B6C
RGB
CMYK
RGB Variations
Color information
#DA7B6C (or 0xDA7B6C) is known color: New York Pink. HEX triplet: DA, 7B and 6C. RGB value is (218,123,108). Sum of RGB (Red+Green+Blue) = 218+123+108=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B6C is #258493. Grayscale: #959595. Windows color (decimal): -2458772 or 7109594. OLE color: 7109594.
HSL color Cylindrical-coordinate representation of color #DA7B6C: hue angle of 8.18º 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 #DA7B6C is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 108 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.15 |
| HSL | 8.18º | 0.6% | 0.64% | - |
| HSV(B) | 8.18º | 0.5% | 0.85% | - |
| XYZ | 38.7 | 30.15 | 17.97 | - |
| YUV | 149.7 | 104.47 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 108 | 0 | 0.44 | 0.50 | 0.15 | 8.18 | 0.6 | 0.64 |
| Hex | DA | 7B | 6C | 0 | 2C | 32 | F | 8 | 3C | 40 |
| Octal | 332 | 173 | 154 | 0 | 54 | 62 | 17 | 10 | 74 | 100 |
| Binary | 11011010 | 1111011 | 1101100 | 0 | 101100 | 110010 | 1111 | 1000 | 111100 | 1000000 |
Color Harmonies of #DA7B6C
Complementary color
Monochromatic Colors of #DA7B6C
Black with #DA7B6C
Text Example
Text Example
White with #DA7B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B6C; }
p { color: rgb(218,123,108); }
H1.HeaderClassName
{
color: #DA7B6C;
}
.AnyTagClassName
{
color: #DA7B6C;
}
</style>
background-color css
<style>
a { background-color: #DA7B6C; }
a { background-color: rgb(218,123,108); }
div.DivClassName
{
background-color: #DA7B6C;
}
.BgClassName
{
background-color: #DA7B6C;
}
</style>
border-color css
<style>
span { border-color: #DA7B6C; }
span { border-color: rgb(218,123,108); }
td.TdClassName
{
border-color: #DA7B6C;
}
.TagClassName
{
border-color: #DA7B6C;
}
</style>