Shades of New York Pink #D67D6E
Tints of New York Pink #D67D6E
RGB
CMYK
RGB Variations
Color information
#D67D6E (or 0xD67D6E) is known color: New York Pink. HEX triplet: D6, 7D and 6E. RGB value is (214,125,110). Sum of RGB (Red+Green+Blue) = 214+125+110=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67D6E is #298291. Grayscale: #969696. Windows color (decimal): -2720402 or 7241174. OLE color: 7241174.
HSL color Cylindrical-coordinate representation of color #D67D6E: hue angle of 8.65º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D67D6E is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 110 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.16 |
| HSL | 8.65º | 0.56% | 0.64% | - |
| HSV(B) | 8.65º | 0.49% | 0.84% | - |
| XYZ | 37.88 | 30.09 | 18.56 | - |
| YUV | 149.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 110 | 0 | 0.42 | 0.49 | 0.16 | 8.65 | 0.56 | 0.64 |
| Hex | D6 | 7D | 6E | 0 | 2A | 31 | 10 | 9 | 38 | 40 |
| Octal | 326 | 175 | 156 | 0 | 52 | 61 | 20 | 11 | 70 | 100 |
| Binary | 11010110 | 1111101 | 1101110 | 0 | 101010 | 110001 | 10000 | 1001 | 111000 | 1000000 |
Color Harmonies of #D67D6E
Complementary color
Monochromatic Colors of #D67D6E
Black with #D67D6E
Text Example
Text Example
White with #D67D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67D6E; }
p { color: rgb(214,125,110); }
H1.HeaderClassName
{
color: #D67D6E;
}
.AnyTagClassName
{
color: #D67D6E;
}
</style>
background-color css
<style>
a { background-color: #D67D6E; }
a { background-color: rgb(214,125,110); }
div.DivClassName
{
background-color: #D67D6E;
}
.BgClassName
{
background-color: #D67D6E;
}
</style>
border-color css
<style>
span { border-color: #D67D6E; }
span { border-color: rgb(214,125,110); }
td.TdClassName
{
border-color: #D67D6E;
}
.TagClassName
{
border-color: #D67D6E;
}
</style>