Shades of New York Pink #DD866E
Tints of New York Pink #DD866E
RGB
CMYK
RGB Variations
Color information
#DD866E (or 0xDD866E) is known color: New York Pink. HEX triplet: DD, 86 and 6E. RGB value is (221,134,110). Sum of RGB (Red+Green+Blue) = 221+134+110=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD866E is #227991. Grayscale: #9D9D9D. Windows color (decimal): -2259346 or 7243485. OLE color: 7243485.
HSL color Cylindrical-coordinate representation of color #DD866E: hue angle of 12.97º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD866E is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 110 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.13 |
| HSL | 12.97º | 0.62% | 0.65% | - |
| HSV(B) | 12.97º | 0.5% | 0.87% | - |
| XYZ | 41.16 | 33.55 | 19.06 | - |
| YUV | 157.28 | 101.32 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 110 | 0 | 0.39 | 0.50 | 0.13 | 12.97 | 0.62 | 0.65 |
| Hex | DD | 86 | 6E | 0 | 27 | 32 | D | D | 3E | 41 |
| Octal | 335 | 206 | 156 | 0 | 47 | 62 | 15 | 15 | 76 | 101 |
| Binary | 11011101 | 10000110 | 1101110 | 0 | 100111 | 110010 | 1101 | 1101 | 111110 | 1000001 |
Color Harmonies of #DD866E
Complementary color
Monochromatic Colors of #DD866E
Black with #DD866E
Text Example
Text Example
White with #DD866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD866E; }
p { color: rgb(221,134,110); }
H1.HeaderClassName
{
color: #DD866E;
}
.AnyTagClassName
{
color: #DD866E;
}
</style>
background-color css
<style>
a { background-color: #DD866E; }
a { background-color: rgb(221,134,110); }
div.DivClassName
{
background-color: #DD866E;
}
.BgClassName
{
background-color: #DD866E;
}
</style>
border-color css
<style>
span { border-color: #DD866E; }
span { border-color: rgb(221,134,110); }
td.TdClassName
{
border-color: #DD866E;
}
.TagClassName
{
border-color: #DD866E;
}
</style>