Shades of New York Pink #DC8B73
Tints of New York Pink #DC8B73
RGB
CMYK
RGB Variations
Color information
#DC8B73 (or 0xDC8B73) is known color: New York Pink. HEX triplet: DC, 8B and 73. RGB value is (220,139,115). Sum of RGB (Red+Green+Blue) = 220+139+115=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8B73 is #23748C. Grayscale: #A0A0A0. Windows color (decimal): -2323597 or 7572444. OLE color: 7572444.
HSL color Cylindrical-coordinate representation of color #DC8B73: hue angle of 13.71º 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 #DC8B73 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 115 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.14 |
| HSL | 13.71º | 0.6% | 0.66% | - |
| HSV(B) | 13.71º | 0.48% | 0.86% | - |
| XYZ | 41.84 | 34.92 | 20.75 | - |
| YUV | 160.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 115 | 0 | 0.37 | 0.48 | 0.14 | 13.71 | 0.6 | 0.66 |
| Hex | DC | 8B | 73 | 0 | 25 | 30 | E | E | 3C | 42 |
| Octal | 334 | 213 | 163 | 0 | 45 | 60 | 16 | 16 | 74 | 102 |
| Binary | 11011100 | 10001011 | 1110011 | 0 | 100101 | 110000 | 1110 | 1110 | 111100 | 1000010 |
Color Harmonies of #DC8B73
Complementary color
Monochromatic Colors of #DC8B73
Black with #DC8B73
Text Example
Text Example
White with #DC8B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8B73; }
p { color: rgb(220,139,115); }
H1.HeaderClassName
{
color: #DC8B73;
}
.AnyTagClassName
{
color: #DC8B73;
}
</style>
background-color css
<style>
a { background-color: #DC8B73; }
a { background-color: rgb(220,139,115); }
div.DivClassName
{
background-color: #DC8B73;
}
.BgClassName
{
background-color: #DC8B73;
}
</style>
border-color css
<style>
span { border-color: #DC8B73; }
span { border-color: rgb(220,139,115); }
td.TdClassName
{
border-color: #DC8B73;
}
.TagClassName
{
border-color: #DC8B73;
}
</style>