Shades of New York Pink #D4786D
Tints of New York Pink #D4786D
RGB
CMYK
RGB Variations
Color information
#D4786D (or 0xD4786D) is known color: New York Pink. HEX triplet: D4, 78 and 6D. RGB value is (212,120,109). Sum of RGB (Red+Green+Blue) = 212+120+109=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D4786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4786D is #2B8792. Grayscale: #929292. Windows color (decimal): -2852755 or 7174356. OLE color: 7174356.
HSL color Cylindrical-coordinate representation of color #D4786D: hue angle of 6.41º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4786D is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 109 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.17 |
| HSL | 6.41º | 0.54% | 0.63% | - |
| HSV(B) | 6.41º | 0.49% | 0.83% | - |
| XYZ | 36.63 | 28.53 | 18.05 | - |
| YUV | 146.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 109 | 0 | 0.43 | 0.49 | 0.17 | 6.41 | 0.54 | 0.63 |
| Hex | D4 | 78 | 6D | 0 | 2B | 31 | 11 | 6 | 36 | 3F |
| Octal | 324 | 170 | 155 | 0 | 53 | 61 | 21 | 6 | 66 | 77 |
| Binary | 11010100 | 1111000 | 1101101 | 0 | 101011 | 110001 | 10001 | 110 | 110110 | 111111 |
Color Harmonies of #D4786D
Complementary color
Monochromatic Colors of #D4786D
Black with #D4786D
Text Example
Text Example
White with #D4786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4786D; }
p { color: rgb(212,120,109); }
H1.HeaderClassName
{
color: #D4786D;
}
.AnyTagClassName
{
color: #D4786D;
}
</style>
background-color css
<style>
a { background-color: #D4786D; }
a { background-color: rgb(212,120,109); }
div.DivClassName
{
background-color: #D4786D;
}
.BgClassName
{
background-color: #D4786D;
}
</style>
border-color css
<style>
span { border-color: #D4786D; }
span { border-color: rgb(212,120,109); }
td.TdClassName
{
border-color: #D4786D;
}
.TagClassName
{
border-color: #D4786D;
}
</style>