Shades of New York Pink #D6806B
Tints of New York Pink #D6806B
RGB
CMYK
RGB Variations
Color information
#D6806B (or 0xD6806B) is known color: New York Pink. HEX triplet: D6, 80 and 6B. RGB value is (214,128,107). Sum of RGB (Red+Green+Blue) = 214+128+107=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D6806B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6806B is #297F94. Grayscale: #979797. Windows color (decimal): -2719637 or 7045334. OLE color: 7045334.
HSL color Cylindrical-coordinate representation of color #D6806B: hue angle of 11.78º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6806B is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 107 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.16 |
| HSL | 11.78º | 0.57% | 0.63% | - |
| HSV(B) | 11.78º | 0.5% | 0.84% | - |
| XYZ | 38.1 | 30.8 | 17.85 | - |
| YUV | 151.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 107 | 0 | 0.40 | 0.50 | 0.16 | 11.78 | 0.57 | 0.63 |
| Hex | D6 | 80 | 6B | 0 | 28 | 32 | 10 | C | 39 | 3F |
| Octal | 326 | 200 | 153 | 0 | 50 | 62 | 20 | 14 | 71 | 77 |
| Binary | 11010110 | 10000000 | 1101011 | 0 | 101000 | 110010 | 10000 | 1100 | 111001 | 111111 |
Color Harmonies of #D6806B
Complementary color
Monochromatic Colors of #D6806B
Black with #D6806B
Text Example
Text Example
White with #D6806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6806B; }
p { color: rgb(214,128,107); }
H1.HeaderClassName
{
color: #D6806B;
}
.AnyTagClassName
{
color: #D6806B;
}
</style>
background-color css
<style>
a { background-color: #D6806B; }
a { background-color: rgb(214,128,107); }
div.DivClassName
{
background-color: #D6806B;
}
.BgClassName
{
background-color: #D6806B;
}
</style>
border-color css
<style>
span { border-color: #D6806B; }
span { border-color: rgb(214,128,107); }
td.TdClassName
{
border-color: #D6806B;
}
.TagClassName
{
border-color: #D6806B;
}
</style>