Shades of New York Pink #DC867B
Tints of New York Pink #DC867B
RGB
CMYK
RGB Variations
Color information
#DC867B (or 0xDC867B) is known color: New York Pink. HEX triplet: DC, 86 and 7B. RGB value is (220,134,123). Sum of RGB (Red+Green+Blue) = 220+134+123=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC867B is #237984. Grayscale: #9E9E9E. Windows color (decimal): -2324869 or 8095452. OLE color: 8095452.
HSL color Cylindrical-coordinate representation of color #DC867B: hue angle of 6.8º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC867B is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 123 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.14 |
| HSL | 6.8º | 0.58% | 0.67% | - |
| HSV(B) | 6.8º | 0.44% | 0.86% | - |
| XYZ | 41.62 | 33.7 | 23.05 | - |
| YUV | 158.46 | 107.99 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 123 | 0 | 0.39 | 0.44 | 0.14 | 6.8 | 0.58 | 0.67 |
| Hex | DC | 86 | 7B | 0 | 27 | 2C | E | 7 | 3A | 43 |
| Octal | 334 | 206 | 173 | 0 | 47 | 54 | 16 | 7 | 72 | 103 |
| Binary | 11011100 | 10000110 | 1111011 | 0 | 100111 | 101100 | 1110 | 111 | 111010 | 1000011 |
Color Harmonies of #DC867B
Complementary color
Monochromatic Colors of #DC867B
Black with #DC867B
Text Example
Text Example
White with #DC867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC867B; }
p { color: rgb(220,134,123); }
H1.HeaderClassName
{
color: #DC867B;
}
.AnyTagClassName
{
color: #DC867B;
}
</style>
background-color css
<style>
a { background-color: #DC867B; }
a { background-color: rgb(220,134,123); }
div.DivClassName
{
background-color: #DC867B;
}
.BgClassName
{
background-color: #DC867B;
}
</style>
border-color css
<style>
span { border-color: #DC867B; }
span { border-color: rgb(220,134,123); }
td.TdClassName
{
border-color: #DC867B;
}
.TagClassName
{
border-color: #DC867B;
}
</style>