Shades of New York Pink #DD8B72
Tints of New York Pink #DD8B72
RGB
CMYK
RGB Variations
Color information
#DD8B72 (or 0xDD8B72) is known color: New York Pink. HEX triplet: DD, 8B and 72. RGB value is (221,139,114). Sum of RGB (Red+Green+Blue) = 221+139+114=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B72 is #22748D. Grayscale: #A0A0A0. Windows color (decimal): -2258062 or 7506909. OLE color: 7506909.
HSL color Cylindrical-coordinate representation of color #DD8B72: hue angle of 14.02º 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 #DD8B72 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 114 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.13 |
| HSL | 14.02º | 0.61% | 0.66% | - |
| HSV(B) | 14.02º | 0.48% | 0.87% | - |
| XYZ | 42.09 | 35.05 | 20.47 | - |
| YUV | 160.67 | 101.67 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 114 | 0 | 0.37 | 0.48 | 0.13 | 14.02 | 0.61 | 0.66 |
| Hex | DD | 8B | 72 | 0 | 25 | 30 | D | E | 3D | 42 |
| Octal | 335 | 213 | 162 | 0 | 45 | 60 | 15 | 16 | 75 | 102 |
| Binary | 11011101 | 10001011 | 1110010 | 0 | 100101 | 110000 | 1101 | 1110 | 111101 | 1000010 |
Color Harmonies of #DD8B72
Complementary color
Monochromatic Colors of #DD8B72
Black with #DD8B72
Text Example
Text Example
White with #DD8B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B72; }
p { color: rgb(221,139,114); }
H1.HeaderClassName
{
color: #DD8B72;
}
.AnyTagClassName
{
color: #DD8B72;
}
</style>
background-color css
<style>
a { background-color: #DD8B72; }
a { background-color: rgb(221,139,114); }
div.DivClassName
{
background-color: #DD8B72;
}
.BgClassName
{
background-color: #DD8B72;
}
</style>
border-color css
<style>
span { border-color: #DD8B72; }
span { border-color: rgb(221,139,114); }
td.TdClassName
{
border-color: #DD8B72;
}
.TagClassName
{
border-color: #DD8B72;
}
</style>