Shades of New York Pink #D18774
Tints of New York Pink #D18774
RGB
CMYK
RGB Variations
Color information
#D18774 (or 0xD18774) is known color: New York Pink. HEX triplet: D1, 87 and 74. RGB value is (209,135,116). Sum of RGB (Red+Green+Blue) = 209+135+116=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D18774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18774 is #2E788B. Grayscale: #9B9B9B. Windows color (decimal): -3045516 or 7636945. OLE color: 7636945.
HSL color Cylindrical-coordinate representation of color #D18774: hue angle of 12.26º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D18774 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 116 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.18 |
| HSL | 12.26º | 0.5% | 0.64% | - |
| HSV(B) | 12.26º | 0.44% | 0.82% | - |
| XYZ | 38.11 | 32.14 | 20.72 | - |
| YUV | 154.96 | 106.02 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 116 | 0 | 0.35 | 0.44 | 0.18 | 12.26 | 0.5 | 0.64 |
| Hex | D1 | 87 | 74 | 0 | 23 | 2C | 12 | C | 32 | 40 |
| Octal | 321 | 207 | 164 | 0 | 43 | 54 | 22 | 14 | 62 | 100 |
| Binary | 11010001 | 10000111 | 1110100 | 0 | 100011 | 101100 | 10010 | 1100 | 110010 | 1000000 |
Color Harmonies of #D18774
Complementary color
Monochromatic Colors of #D18774
Black with #D18774
Text Example
Text Example
White with #D18774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18774; }
p { color: rgb(209,135,116); }
H1.HeaderClassName
{
color: #D18774;
}
.AnyTagClassName
{
color: #D18774;
}
</style>
background-color css
<style>
a { background-color: #D18774; }
a { background-color: rgb(209,135,116); }
div.DivClassName
{
background-color: #D18774;
}
.BgClassName
{
background-color: #D18774;
}
</style>
border-color css
<style>
span { border-color: #D18774; }
span { border-color: rgb(209,135,116); }
td.TdClassName
{
border-color: #D18774;
}
.TagClassName
{
border-color: #D18774;
}
</style>