Shades of New York Pink #DE8674
Tints of New York Pink #DE8674
RGB
CMYK
RGB Variations
Color information
#DE8674 (or 0xDE8674) is known color: New York Pink. HEX triplet: DE, 86 and 74. RGB value is (222,134,116). Sum of RGB (Red+Green+Blue) = 222+134+116=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8674 is #21798B. Grayscale: #9E9E9E. Windows color (decimal): -2193804 or 7636702. OLE color: 7636702.
HSL color Cylindrical-coordinate representation of color #DE8674: hue angle of 10.19º degrees, saturation: 0.62, 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 #DE8674 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 134 | 116 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.13 |
| HSL | 10.19º | 0.62% | 0.66% | - |
| HSV(B) | 10.19º | 0.48% | 0.87% | - |
| XYZ | 41.8 | 33.84 | 20.85 | - |
| YUV | 158.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 134 | 116 | 0 | 0.40 | 0.48 | 0.13 | 10.19 | 0.62 | 0.66 |
| Hex | DE | 86 | 74 | 0 | 28 | 30 | D | A | 3E | 42 |
| Octal | 336 | 206 | 164 | 0 | 50 | 60 | 15 | 12 | 76 | 102 |
| Binary | 11011110 | 10000110 | 1110100 | 0 | 101000 | 110000 | 1101 | 1010 | 111110 | 1000010 |
Color Harmonies of #DE8674
Complementary color
Monochromatic Colors of #DE8674
Black with #DE8674
Text Example
Text Example
White with #DE8674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8674; }
p { color: rgb(222,134,116); }
H1.HeaderClassName
{
color: #DE8674;
}
.AnyTagClassName
{
color: #DE8674;
}
</style>
background-color css
<style>
a { background-color: #DE8674; }
a { background-color: rgb(222,134,116); }
div.DivClassName
{
background-color: #DE8674;
}
.BgClassName
{
background-color: #DE8674;
}
</style>
border-color css
<style>
span { border-color: #DE8674; }
span { border-color: rgb(222,134,116); }
td.TdClassName
{
border-color: #DE8674;
}
.TagClassName
{
border-color: #DE8674;
}
</style>