Shades of New York Pink #DE886F
Tints of New York Pink #DE886F
RGB
CMYK
RGB Variations
Color information
#DE886F (or 0xDE886F) is known color: New York Pink. HEX triplet: DE, 88 and 6F. RGB value is (222,136,111). Sum of RGB (Red+Green+Blue) = 222+136+111=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE886F is #217790. Grayscale: #9F9F9F. Windows color (decimal): -2193297 or 7309534. OLE color: 7309534.
HSL color Cylindrical-coordinate representation of color #DE886F: hue angle of 13.51º degrees, saturation: 0.63, 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 #DE886F is Cyan = 0, Magento = 0.39, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 136 | 111 | - |
| CMYK | 0 | 0.39 | 0.5 | 0.13 |
| HSL | 13.51º | 0.63% | 0.65% | - |
| HSV(B) | 13.51º | 0.5% | 0.87% | - |
| XYZ | 41.8 | 34.29 | 19.45 | - |
| YUV | 158.86 | 100.99 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 136 | 111 | 0 | 0.39 | 0.5 | 0.13 | 13.51 | 0.63 | 0.65 |
| Hex | DE | 88 | 6F | 0 | 27 | 32 | D | E | 3F | 41 |
| Octal | 336 | 210 | 157 | 0 | 47 | 62 | 15 | 16 | 77 | 101 |
| Binary | 11011110 | 10001000 | 1101111 | 0 | 100111 | 110010 | 1101 | 1110 | 111111 | 1000001 |
Color Harmonies of #DE886F
Complementary color
Monochromatic Colors of #DE886F
Black with #DE886F
Text Example
Text Example
White with #DE886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE886F; }
p { color: rgb(222,136,111); }
H1.HeaderClassName
{
color: #DE886F;
}
.AnyTagClassName
{
color: #DE886F;
}
</style>
background-color css
<style>
a { background-color: #DE886F; }
a { background-color: rgb(222,136,111); }
div.DivClassName
{
background-color: #DE886F;
}
.BgClassName
{
background-color: #DE886F;
}
</style>
border-color css
<style>
span { border-color: #DE886F; }
span { border-color: rgb(222,136,111); }
td.TdClassName
{
border-color: #DE886F;
}
.TagClassName
{
border-color: #DE886F;
}
</style>