Shades of New York Pink #DC846C
Tints of New York Pink #DC846C
RGB
CMYK
RGB Variations
Color information
#DC846C (or 0xDC846C) is known color: New York Pink. HEX triplet: DC, 84 and 6C. RGB value is (220,132,108). Sum of RGB (Red+Green+Blue) = 220+132+108=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC846C is #237B93. Grayscale: #9B9B9B. Windows color (decimal): -2325396 or 7111900. OLE color: 7111900.
HSL color Cylindrical-coordinate representation of color #DC846C: hue angle of 12.86º 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 #DC846C is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 108 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.14 |
| HSL | 12.86º | 0.62% | 0.64% | - |
| HSV(B) | 12.86º | 0.51% | 0.86% | - |
| XYZ | 40.47 | 32.8 | 18.39 | - |
| YUV | 155.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 108 | 0 | 0.40 | 0.51 | 0.14 | 12.86 | 0.62 | 0.64 |
| Hex | DC | 84 | 6C | 0 | 28 | 33 | E | D | 3E | 40 |
| Octal | 334 | 204 | 154 | 0 | 50 | 63 | 16 | 15 | 76 | 100 |
| Binary | 11011100 | 10000100 | 1101100 | 0 | 101000 | 110011 | 1110 | 1101 | 111110 | 1000000 |
Color Harmonies of #DC846C
Complementary color
Monochromatic Colors of #DC846C
Black with #DC846C
Text Example
Text Example
White with #DC846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC846C; }
p { color: rgb(220,132,108); }
H1.HeaderClassName
{
color: #DC846C;
}
.AnyTagClassName
{
color: #DC846C;
}
</style>
background-color css
<style>
a { background-color: #DC846C; }
a { background-color: rgb(220,132,108); }
div.DivClassName
{
background-color: #DC846C;
}
.BgClassName
{
background-color: #DC846C;
}
</style>
border-color css
<style>
span { border-color: #DC846C; }
span { border-color: rgb(220,132,108); }
td.TdClassName
{
border-color: #DC846C;
}
.TagClassName
{
border-color: #DC846C;
}
</style>