Shades of New York Pink #DD8C73
Tints of New York Pink #DD8C73
RGB
CMYK
RGB Variations
Color information
#DD8C73 (or 0xDD8C73) is known color: New York Pink. HEX triplet: DD, 8C and 73. RGB value is (221,140,115). Sum of RGB (Red+Green+Blue) = 221+140+115=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C73 is #22738C. Grayscale: #A1A1A1. Windows color (decimal): -2257805 or 7572701. OLE color: 7572701.
HSL color Cylindrical-coordinate representation of color #DD8C73: hue angle of 14.15º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD8C73 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 115 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.13 |
| HSL | 14.15º | 0.61% | 0.66% | - |
| HSV(B) | 14.15º | 0.48% | 0.87% | - |
| XYZ | 42.29 | 35.37 | 20.82 | - |
| YUV | 161.37 | 101.84 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 115 | 0 | 0.37 | 0.48 | 0.13 | 14.15 | 0.61 | 0.66 |
| Hex | DD | 8C | 73 | 0 | 25 | 30 | D | E | 3D | 42 |
| Octal | 335 | 214 | 163 | 0 | 45 | 60 | 15 | 16 | 75 | 102 |
| Binary | 11011101 | 10001100 | 1110011 | 0 | 100101 | 110000 | 1101 | 1110 | 111101 | 1000010 |
Color Harmonies of #DD8C73
Complementary color
Monochromatic Colors of #DD8C73
Black with #DD8C73
Text Example
Text Example
White with #DD8C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C73; }
p { color: rgb(221,140,115); }
H1.HeaderClassName
{
color: #DD8C73;
}
.AnyTagClassName
{
color: #DD8C73;
}
</style>
background-color css
<style>
a { background-color: #DD8C73; }
a { background-color: rgb(221,140,115); }
div.DivClassName
{
background-color: #DD8C73;
}
.BgClassName
{
background-color: #DD8C73;
}
</style>
border-color css
<style>
span { border-color: #DD8C73; }
span { border-color: rgb(221,140,115); }
td.TdClassName
{
border-color: #DD8C73;
}
.TagClassName
{
border-color: #DD8C73;
}
</style>