Shades of New York Pink #DD786C
Tints of New York Pink #DD786C
RGB
CMYK
RGB Variations
Color information
#DD786C (or 0xDD786C) is known color: New York Pink. HEX triplet: DD, 78 and 6C. RGB value is (221,120,108). Sum of RGB (Red+Green+Blue) = 221+120+108=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD786C is #228793. Grayscale: #949494. Windows color (decimal): -2262932 or 7108829. OLE color: 7108829.
HSL color Cylindrical-coordinate representation of color #DD786C: hue angle of 6.37º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD786C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 108 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.13 |
| HSL | 6.37º | 0.62% | 0.65% | - |
| HSV(B) | 6.37º | 0.51% | 0.87% | - |
| XYZ | 39.24 | 29.89 | 17.89 | - |
| YUV | 148.83 | 104.96 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 108 | 0 | 0.46 | 0.51 | 0.13 | 6.37 | 0.62 | 0.65 |
| Hex | DD | 78 | 6C | 0 | 2E | 33 | D | 6 | 3E | 41 |
| Octal | 335 | 170 | 154 | 0 | 56 | 63 | 15 | 6 | 76 | 101 |
| Binary | 11011101 | 1111000 | 1101100 | 0 | 101110 | 110011 | 1101 | 110 | 111110 | 1000001 |
Color Harmonies of #DD786C
Complementary color
Monochromatic Colors of #DD786C
Black with #DD786C
Text Example
Text Example
White with #DD786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD786C; }
p { color: rgb(221,120,108); }
H1.HeaderClassName
{
color: #DD786C;
}
.AnyTagClassName
{
color: #DD786C;
}
</style>
background-color css
<style>
a { background-color: #DD786C; }
a { background-color: rgb(221,120,108); }
div.DivClassName
{
background-color: #DD786C;
}
.BgClassName
{
background-color: #DD786C;
}
</style>
border-color css
<style>
span { border-color: #DD786C; }
span { border-color: rgb(221,120,108); }
td.TdClassName
{
border-color: #DD786C;
}
.TagClassName
{
border-color: #DD786C;
}
</style>