Shades of New York Pink #DC846D
Tints of New York Pink #DC846D
RGB
CMYK
RGB Variations
Color information
#DC846D (or 0xDC846D) is known color: New York Pink. HEX triplet: DC, 84 and 6D. RGB value is (220,132,109). Sum of RGB (Red+Green+Blue) = 220+132+109=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC846D is #237B92. Grayscale: #9B9B9B. Windows color (decimal): -2325395 or 7177436. OLE color: 7177436.
HSL color Cylindrical-coordinate representation of color #DC846D: hue angle of 12.43º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC846D is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 109 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.14 |
| HSL | 12.43º | 0.61% | 0.65% | - |
| HSV(B) | 12.43º | 0.5% | 0.86% | - |
| XYZ | 40.53 | 32.82 | 18.67 | - |
| YUV | 155.69 | 101.65 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 109 | 0 | 0.40 | 0.50 | 0.14 | 12.43 | 0.61 | 0.65 |
| Hex | DC | 84 | 6D | 0 | 28 | 32 | E | C | 3D | 41 |
| Octal | 334 | 204 | 155 | 0 | 50 | 62 | 16 | 14 | 75 | 101 |
| Binary | 11011100 | 10000100 | 1101101 | 0 | 101000 | 110010 | 1110 | 1100 | 111101 | 1000001 |
Color Harmonies of #DC846D
Complementary color
Monochromatic Colors of #DC846D
Black with #DC846D
Text Example
Text Example
White with #DC846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC846D; }
p { color: rgb(220,132,109); }
H1.HeaderClassName
{
color: #DC846D;
}
.AnyTagClassName
{
color: #DC846D;
}
</style>
background-color css
<style>
a { background-color: #DC846D; }
a { background-color: rgb(220,132,109); }
div.DivClassName
{
background-color: #DC846D;
}
.BgClassName
{
background-color: #DC846D;
}
</style>
border-color css
<style>
span { border-color: #DC846D; }
span { border-color: rgb(220,132,109); }
td.TdClassName
{
border-color: #DC846D;
}
.TagClassName
{
border-color: #DC846D;
}
</style>