Shades of New York Pink #D2786D
Tints of New York Pink #D2786D
RGB
CMYK
RGB Variations
Color information
#D2786D (or 0xD2786D) is known color: New York Pink. HEX triplet: D2, 78 and 6D. RGB value is (210,120,109). Sum of RGB (Red+Green+Blue) = 210+120+109=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D2786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2786D is #2D8792. Grayscale: #919191. Windows color (decimal): -2983827 or 7174354. OLE color: 7174354.
HSL color Cylindrical-coordinate representation of color #D2786D: hue angle of 6.53º 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 #D2786D is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 109 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.18 |
| HSL | 6.53º | 0.53% | 0.63% | - |
| HSV(B) | 6.53º | 0.48% | 0.82% | - |
| XYZ | 36.06 | 28.24 | 18.02 | - |
| YUV | 145.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 109 | 0 | 0.43 | 0.48 | 0.18 | 6.53 | 0.53 | 0.63 |
| Hex | D2 | 78 | 6D | 0 | 2B | 30 | 12 | 7 | 35 | 3F |
| Octal | 322 | 170 | 155 | 0 | 53 | 60 | 22 | 7 | 65 | 77 |
| Binary | 11010010 | 1111000 | 1101101 | 0 | 101011 | 110000 | 10010 | 111 | 110101 | 111111 |
Color Harmonies of #D2786D
Complementary color
Monochromatic Colors of #D2786D
Black with #D2786D
Text Example
Text Example
White with #D2786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2786D; }
p { color: rgb(210,120,109); }
H1.HeaderClassName
{
color: #D2786D;
}
.AnyTagClassName
{
color: #D2786D;
}
</style>
background-color css
<style>
a { background-color: #D2786D; }
a { background-color: rgb(210,120,109); }
div.DivClassName
{
background-color: #D2786D;
}
.BgClassName
{
background-color: #D2786D;
}
</style>
border-color css
<style>
span { border-color: #D2786D; }
span { border-color: rgb(210,120,109); }
td.TdClassName
{
border-color: #D2786D;
}
.TagClassName
{
border-color: #D2786D;
}
</style>