Shades of New York Pink #D2766D
Tints of New York Pink #D2766D
RGB
CMYK
RGB Variations
Color information
#D2766D (or 0xD2766D) is known color: New York Pink. HEX triplet: D2, 76 and 6D. RGB value is (210,118,109). Sum of RGB (Red+Green+Blue) = 210+118+109=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2766D is #2D8992. Grayscale: #909090. Windows color (decimal): -2984339 or 7173842. OLE color: 7173842.
HSL color Cylindrical-coordinate representation of color #D2766D: hue angle of 5.35º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2766D is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 109 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.18 |
| HSL | 5.35º | 0.53% | 0.63% | - |
| HSV(B) | 5.35º | 0.48% | 0.82% | - |
| XYZ | 35.82 | 27.76 | 17.94 | - |
| YUV | 144.48 | 107.98 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 109 | 0 | 0.44 | 0.48 | 0.18 | 5.35 | 0.53 | 0.63 |
| Hex | D2 | 76 | 6D | 0 | 2C | 30 | 12 | 5 | 35 | 3F |
| Octal | 322 | 166 | 155 | 0 | 54 | 60 | 22 | 5 | 65 | 77 |
| Binary | 11010010 | 1110110 | 1101101 | 0 | 101100 | 110000 | 10010 | 101 | 110101 | 111111 |
Color Harmonies of #D2766D
Complementary color
Monochromatic Colors of #D2766D
Black with #D2766D
Text Example
Text Example
White with #D2766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2766D; }
p { color: rgb(210,118,109); }
H1.HeaderClassName
{
color: #D2766D;
}
.AnyTagClassName
{
color: #D2766D;
}
</style>
background-color css
<style>
a { background-color: #D2766D; }
a { background-color: rgb(210,118,109); }
div.DivClassName
{
background-color: #D2766D;
}
.BgClassName
{
background-color: #D2766D;
}
</style>
border-color css
<style>
span { border-color: #D2766D; }
span { border-color: rgb(210,118,109); }
td.TdClassName
{
border-color: #D2766D;
}
.TagClassName
{
border-color: #D2766D;
}
</style>