Shades of New York Pink #DD8C76
Tints of New York Pink #DD8C76
RGB
CMYK
RGB Variations
Color information
#DD8C76 (or 0xDD8C76) is known color: New York Pink. HEX triplet: DD, 8C and 76. RGB value is (221,140,118). Sum of RGB (Red+Green+Blue) = 221+140+118=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8C76 is #227389. Grayscale: #A1A1A1. Windows color (decimal): -2257802 or 7769309. OLE color: 7769309.
HSL color Cylindrical-coordinate representation of color #DD8C76: hue angle of 12.82º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD8C76 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 118 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.13 |
| HSL | 12.82º | 0.6% | 0.66% | - |
| HSV(B) | 12.82º | 0.47% | 0.87% | - |
| XYZ | 42.47 | 35.44 | 21.74 | - |
| YUV | 161.71 | 103.34 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 118 | 0 | 0.37 | 0.47 | 0.13 | 12.82 | 0.6 | 0.66 |
| Hex | DD | 8C | 76 | 0 | 25 | 2F | D | D | 3C | 42 |
| Octal | 335 | 214 | 166 | 0 | 45 | 57 | 15 | 15 | 74 | 102 |
| Binary | 11011101 | 10001100 | 1110110 | 0 | 100101 | 101111 | 1101 | 1101 | 111100 | 1000010 |
Color Harmonies of #DD8C76
Complementary color
Monochromatic Colors of #DD8C76
Black with #DD8C76
Text Example
Text Example
White with #DD8C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C76; }
p { color: rgb(221,140,118); }
H1.HeaderClassName
{
color: #DD8C76;
}
.AnyTagClassName
{
color: #DD8C76;
}
</style>
background-color css
<style>
a { background-color: #DD8C76; }
a { background-color: rgb(221,140,118); }
div.DivClassName
{
background-color: #DD8C76;
}
.BgClassName
{
background-color: #DD8C76;
}
</style>
border-color css
<style>
span { border-color: #DD8C76; }
span { border-color: rgb(221,140,118); }
td.TdClassName
{
border-color: #DD8C76;
}
.TagClassName
{
border-color: #DD8C76;
}
</style>