Shades of New York Pink #DC786B
Tints of New York Pink #DC786B
RGB
CMYK
RGB Variations
Color information
#DC786B (or 0xDC786B) is known color: New York Pink. HEX triplet: DC, 78 and 6B. RGB value is (220,120,107). Sum of RGB (Red+Green+Blue) = 220+120+107=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC786B is #238794. Grayscale: #949494. Windows color (decimal): -2328469 or 7043292. OLE color: 7043292.
HSL color Cylindrical-coordinate representation of color #DC786B: hue angle of 6.9º 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 #DC786B is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 107 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.14 |
| HSL | 6.9º | 0.62% | 0.64% | - |
| HSV(B) | 6.9º | 0.51% | 0.86% | - |
| XYZ | 38.89 | 29.71 | 17.6 | - |
| YUV | 148.42 | 104.63 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 107 | 0 | 0.45 | 0.51 | 0.14 | 6.9 | 0.62 | 0.64 |
| Hex | DC | 78 | 6B | 0 | 2D | 33 | E | 7 | 3E | 40 |
| Octal | 334 | 170 | 153 | 0 | 55 | 63 | 16 | 7 | 76 | 100 |
| Binary | 11011100 | 1111000 | 1101011 | 0 | 101101 | 110011 | 1110 | 111 | 111110 | 1000000 |
Color Harmonies of #DC786B
Complementary color
Monochromatic Colors of #DC786B
Black with #DC786B
Text Example
Text Example
White with #DC786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC786B; }
p { color: rgb(220,120,107); }
H1.HeaderClassName
{
color: #DC786B;
}
.AnyTagClassName
{
color: #DC786B;
}
</style>
background-color css
<style>
a { background-color: #DC786B; }
a { background-color: rgb(220,120,107); }
div.DivClassName
{
background-color: #DC786B;
}
.BgClassName
{
background-color: #DC786B;
}
</style>
border-color css
<style>
span { border-color: #DC786B; }
span { border-color: rgb(220,120,107); }
td.TdClassName
{
border-color: #DC786B;
}
.TagClassName
{
border-color: #DC786B;
}
</style>