Shades of New York Pink #DC786C
Tints of New York Pink #DC786C
RGB
CMYK
RGB Variations
Color information
#DC786C (or 0xDC786C) is known color: New York Pink. HEX triplet: DC, 78 and 6C. RGB value is (220,120,108). Sum of RGB (Red+Green+Blue) = 220+120+108=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC786C is #238793. Grayscale: #949494. Windows color (decimal): -2328468 or 7108828. OLE color: 7108828.
HSL color Cylindrical-coordinate representation of color #DC786C: hue angle of 6.43º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC786C is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 108 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.14 |
| HSL | 6.43º | 0.62% | 0.64% | - |
| HSV(B) | 6.43º | 0.51% | 0.86% | - |
| XYZ | 38.94 | 29.73 | 17.87 | - |
| YUV | 148.53 | 105.13 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 108 | 0 | 0.45 | 0.51 | 0.14 | 6.43 | 0.62 | 0.64 |
| Hex | DC | 78 | 6C | 0 | 2D | 33 | E | 6 | 3E | 40 |
| Octal | 334 | 170 | 154 | 0 | 55 | 63 | 16 | 6 | 76 | 100 |
| Binary | 11011100 | 1111000 | 1101100 | 0 | 101101 | 110011 | 1110 | 110 | 111110 | 1000000 |
Color Harmonies of #DC786C
Complementary color
Monochromatic Colors of #DC786C
Black with #DC786C
Text Example
Text Example
White with #DC786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC786C; }
p { color: rgb(220,120,108); }
H1.HeaderClassName
{
color: #DC786C;
}
.AnyTagClassName
{
color: #DC786C;
}
</style>
background-color css
<style>
a { background-color: #DC786C; }
a { background-color: rgb(220,120,108); }
div.DivClassName
{
background-color: #DC786C;
}
.BgClassName
{
background-color: #DC786C;
}
</style>
border-color css
<style>
span { border-color: #DC786C; }
span { border-color: rgb(220,120,108); }
td.TdClassName
{
border-color: #DC786C;
}
.TagClassName
{
border-color: #DC786C;
}
</style>