Shades of New York Pink #D6816F
Tints of New York Pink #D6816F
RGB
CMYK
RGB Variations
Color information
#D6816F (or 0xD6816F) is known color: New York Pink. HEX triplet: D6, 81 and 6F. RGB value is (214,129,111). Sum of RGB (Red+Green+Blue) = 214+129+111=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6816F is #297E90. Grayscale: #989898. Windows color (decimal): -2719377 or 7307734. OLE color: 7307734.
HSL color Cylindrical-coordinate representation of color #D6816F: hue angle of 10.49º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6816F is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 111 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.16 |
| HSL | 10.49º | 0.56% | 0.64% | - |
| HSV(B) | 10.49º | 0.48% | 0.84% | - |
| XYZ | 38.45 | 31.14 | 19.02 | - |
| YUV | 152.36 | 104.66 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 111 | 0 | 0.40 | 0.48 | 0.16 | 10.49 | 0.56 | 0.64 |
| Hex | D6 | 81 | 6F | 0 | 28 | 30 | 10 | A | 38 | 40 |
| Octal | 326 | 201 | 157 | 0 | 50 | 60 | 20 | 12 | 70 | 100 |
| Binary | 11010110 | 10000001 | 1101111 | 0 | 101000 | 110000 | 10000 | 1010 | 111000 | 1000000 |
Color Harmonies of #D6816F
Complementary color
Monochromatic Colors of #D6816F
Black with #D6816F
Text Example
Text Example
White with #D6816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6816F; }
p { color: rgb(214,129,111); }
H1.HeaderClassName
{
color: #D6816F;
}
.AnyTagClassName
{
color: #D6816F;
}
</style>
background-color css
<style>
a { background-color: #D6816F; }
a { background-color: rgb(214,129,111); }
div.DivClassName
{
background-color: #D6816F;
}
.BgClassName
{
background-color: #D6816F;
}
</style>
border-color css
<style>
span { border-color: #D6816F; }
span { border-color: rgb(214,129,111); }
td.TdClassName
{
border-color: #D6816F;
}
.TagClassName
{
border-color: #D6816F;
}
</style>