Shades of New York Pink #DC8173
Tints of New York Pink #DC8173
RGB
CMYK
RGB Variations
Color information
#DC8173 (or 0xDC8173) is known color: New York Pink. HEX triplet: DC, 81 and 73. RGB value is (220,129,115). Sum of RGB (Red+Green+Blue) = 220+129+115=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8173 is #237E8C. Grayscale: #9A9A9A. Windows color (decimal): -2326157 or 7569884. OLE color: 7569884.
HSL color Cylindrical-coordinate representation of color #DC8173: hue angle of 8º 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 #DC8173 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 115 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.14 |
| HSL | 8º | 0.6% | 0.66% | - |
| HSV(B) | 8º | 0.48% | 0.86% | - |
| XYZ | 40.46 | 32.15 | 20.29 | - |
| YUV | 154.61 | 105.65 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 115 | 0 | 0.41 | 0.48 | 0.14 | 8 | 0.6 | 0.66 |
| Hex | DC | 81 | 73 | 0 | 29 | 30 | E | 8 | 3C | 42 |
| Octal | 334 | 201 | 163 | 0 | 51 | 60 | 16 | 10 | 74 | 102 |
| Binary | 11011100 | 10000001 | 1110011 | 0 | 101001 | 110000 | 1110 | 1000 | 111100 | 1000010 |
Color Harmonies of #DC8173
Complementary color
Monochromatic Colors of #DC8173
Black with #DC8173
Text Example
Text Example
White with #DC8173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8173; }
p { color: rgb(220,129,115); }
H1.HeaderClassName
{
color: #DC8173;
}
.AnyTagClassName
{
color: #DC8173;
}
</style>
background-color css
<style>
a { background-color: #DC8173; }
a { background-color: rgb(220,129,115); }
div.DivClassName
{
background-color: #DC8173;
}
.BgClassName
{
background-color: #DC8173;
}
</style>
border-color css
<style>
span { border-color: #DC8173; }
span { border-color: rgb(220,129,115); }
td.TdClassName
{
border-color: #DC8173;
}
.TagClassName
{
border-color: #DC8173;
}
</style>