Shades of New York Pink #DD856D
Tints of New York Pink #DD856D
RGB
CMYK
RGB Variations
Color information
#DD856D (or 0xDD856D) is known color: New York Pink. HEX triplet: DD, 85 and 6D. RGB value is (221,133,109). Sum of RGB (Red+Green+Blue) = 221+133+109=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD856D is #227A92. Grayscale: #9C9C9C. Windows color (decimal): -2259603 or 7177693. OLE color: 7177693.
HSL color Cylindrical-coordinate representation of color #DD856D: hue angle of 12.86º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD856D is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 109 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.13 |
| HSL | 12.86º | 0.62% | 0.65% | - |
| HSV(B) | 12.86º | 0.51% | 0.87% | - |
| XYZ | 40.97 | 33.25 | 18.73 | - |
| YUV | 156.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 109 | 0 | 0.40 | 0.51 | 0.13 | 12.86 | 0.62 | 0.65 |
| Hex | DD | 85 | 6D | 0 | 28 | 33 | D | D | 3E | 41 |
| Octal | 335 | 205 | 155 | 0 | 50 | 63 | 15 | 15 | 76 | 101 |
| Binary | 11011101 | 10000101 | 1101101 | 0 | 101000 | 110011 | 1101 | 1101 | 111110 | 1000001 |
Color Harmonies of #DD856D
Complementary color
Monochromatic Colors of #DD856D
Black with #DD856D
Text Example
Text Example
White with #DD856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD856D; }
p { color: rgb(221,133,109); }
H1.HeaderClassName
{
color: #DD856D;
}
.AnyTagClassName
{
color: #DD856D;
}
</style>
background-color css
<style>
a { background-color: #DD856D; }
a { background-color: rgb(221,133,109); }
div.DivClassName
{
background-color: #DD856D;
}
.BgClassName
{
background-color: #DD856D;
}
</style>
border-color css
<style>
span { border-color: #DD856D; }
span { border-color: rgb(221,133,109); }
td.TdClassName
{
border-color: #DD856D;
}
.TagClassName
{
border-color: #DD856D;
}
</style>