Shades of New York Pink #DC8674
Tints of New York Pink #DC8674
RGB
CMYK
RGB Variations
Color information
#DC8674 (or 0xDC8674) is known color: New York Pink. HEX triplet: DC, 86 and 74. RGB value is (220,134,116). Sum of RGB (Red+Green+Blue) = 220+134+116=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8674 is #23798B. Grayscale: #9D9D9D. Windows color (decimal): -2324876 or 7636700. OLE color: 7636700.
HSL color Cylindrical-coordinate representation of color #DC8674: hue angle of 10.38º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC8674 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 116 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.14 |
| HSL | 10.38º | 0.6% | 0.66% | - |
| HSV(B) | 10.38º | 0.47% | 0.86% | - |
| XYZ | 41.19 | 33.53 | 20.82 | - |
| YUV | 157.66 | 104.49 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 116 | 0 | 0.39 | 0.47 | 0.14 | 10.38 | 0.6 | 0.66 |
| Hex | DC | 86 | 74 | 0 | 27 | 2F | E | A | 3C | 42 |
| Octal | 334 | 206 | 164 | 0 | 47 | 57 | 16 | 12 | 74 | 102 |
| Binary | 11011100 | 10000110 | 1110100 | 0 | 100111 | 101111 | 1110 | 1010 | 111100 | 1000010 |
Color Harmonies of #DC8674
Complementary color
Monochromatic Colors of #DC8674
Black with #DC8674
Text Example
Text Example
White with #DC8674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8674; }
p { color: rgb(220,134,116); }
H1.HeaderClassName
{
color: #DC8674;
}
.AnyTagClassName
{
color: #DC8674;
}
</style>
background-color css
<style>
a { background-color: #DC8674; }
a { background-color: rgb(220,134,116); }
div.DivClassName
{
background-color: #DC8674;
}
.BgClassName
{
background-color: #DC8674;
}
</style>
border-color css
<style>
span { border-color: #DC8674; }
span { border-color: rgb(220,134,116); }
td.TdClassName
{
border-color: #DC8674;
}
.TagClassName
{
border-color: #DC8674;
}
</style>