Shades of New York Pink #DC8673
Tints of New York Pink #DC8673
RGB
CMYK
RGB Variations
Color information
#DC8673 (or 0xDC8673) is known color: New York Pink. HEX triplet: DC, 86 and 73. RGB value is (220,134,115). Sum of RGB (Red+Green+Blue) = 220+134+115=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8673 is #23798C. Grayscale: #9D9D9D. Windows color (decimal): -2324877 or 7571164. OLE color: 7571164.
HSL color Cylindrical-coordinate representation of color #DC8673: hue angle of 10.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC8673 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 115 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.14 |
| HSL | 10.86º | 0.6% | 0.66% | - |
| HSV(B) | 10.86º | 0.48% | 0.86% | - |
| XYZ | 41.13 | 33.5 | 20.52 | - |
| YUV | 157.55 | 103.99 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 115 | 0 | 0.39 | 0.48 | 0.14 | 10.86 | 0.6 | 0.66 |
| Hex | DC | 86 | 73 | 0 | 27 | 30 | E | B | 3C | 42 |
| Octal | 334 | 206 | 163 | 0 | 47 | 60 | 16 | 13 | 74 | 102 |
| Binary | 11011100 | 10000110 | 1110011 | 0 | 100111 | 110000 | 1110 | 1011 | 111100 | 1000010 |
Color Harmonies of #DC8673
Complementary color
Monochromatic Colors of #DC8673
Black with #DC8673
Text Example
Text Example
White with #DC8673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8673; }
p { color: rgb(220,134,115); }
H1.HeaderClassName
{
color: #DC8673;
}
.AnyTagClassName
{
color: #DC8673;
}
</style>
background-color css
<style>
a { background-color: #DC8673; }
a { background-color: rgb(220,134,115); }
div.DivClassName
{
background-color: #DC8673;
}
.BgClassName
{
background-color: #DC8673;
}
</style>
border-color css
<style>
span { border-color: #DC8673; }
span { border-color: rgb(220,134,115); }
td.TdClassName
{
border-color: #DC8673;
}
.TagClassName
{
border-color: #DC8673;
}
</style>