Shades of New York Pink #D4806D
Tints of New York Pink #D4806D
RGB
CMYK
RGB Variations
Color information
#D4806D (or 0xD4806D) is known color: New York Pink. HEX triplet: D4, 80 and 6D. RGB value is (212,128,109). Sum of RGB (Red+Green+Blue) = 212+128+109=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D4806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4806D is #2B7F92. Grayscale: #979797. Windows color (decimal): -2850707 or 7176404. OLE color: 7176404.
HSL color Cylindrical-coordinate representation of color #D4806D: hue angle of 11.07º 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 #D4806D is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 109 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.17 |
| HSL | 11.07º | 0.54% | 0.63% | - |
| HSV(B) | 11.07º | 0.49% | 0.83% | - |
| XYZ | 37.63 | 30.54 | 18.38 | - |
| YUV | 150.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 109 | 0 | 0.40 | 0.49 | 0.17 | 11.07 | 0.54 | 0.63 |
| Hex | D4 | 80 | 6D | 0 | 28 | 31 | 11 | B | 36 | 3F |
| Octal | 324 | 200 | 155 | 0 | 50 | 61 | 21 | 13 | 66 | 77 |
| Binary | 11010100 | 10000000 | 1101101 | 0 | 101000 | 110001 | 10001 | 1011 | 110110 | 111111 |
Color Harmonies of #D4806D
Complementary color
Monochromatic Colors of #D4806D
Black with #D4806D
Text Example
Text Example
White with #D4806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4806D; }
p { color: rgb(212,128,109); }
H1.HeaderClassName
{
color: #D4806D;
}
.AnyTagClassName
{
color: #D4806D;
}
</style>
background-color css
<style>
a { background-color: #D4806D; }
a { background-color: rgb(212,128,109); }
div.DivClassName
{
background-color: #D4806D;
}
.BgClassName
{
background-color: #D4806D;
}
</style>
border-color css
<style>
span { border-color: #D4806D; }
span { border-color: rgb(212,128,109); }
td.TdClassName
{
border-color: #D4806D;
}
.TagClassName
{
border-color: #D4806D;
}
</style>