Shades of New York Pink #D67A6E
Tints of New York Pink #D67A6E
RGB
CMYK
RGB Variations
Color information
#D67A6E (or 0xD67A6E) is known color: New York Pink. HEX triplet: D6, 7A and 6E. RGB value is (214,122,110). Sum of RGB (Red+Green+Blue) = 214+122+110=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A6E is #298591. Grayscale: #949494. Windows color (decimal): -2721170 or 7240406. OLE color: 7240406.
HSL color Cylindrical-coordinate representation of color #D67A6E: hue angle of 6.92º 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 #D67A6E is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 110 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.16 |
| HSL | 6.92º | 0.56% | 0.64% | - |
| HSV(B) | 6.92º | 0.49% | 0.84% | - |
| XYZ | 37.51 | 29.34 | 18.44 | - |
| YUV | 148.14 | 106.48 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 110 | 0 | 0.43 | 0.49 | 0.16 | 6.92 | 0.56 | 0.64 |
| Hex | D6 | 7A | 6E | 0 | 2B | 31 | 10 | 7 | 38 | 40 |
| Octal | 326 | 172 | 156 | 0 | 53 | 61 | 20 | 7 | 70 | 100 |
| Binary | 11010110 | 1111010 | 1101110 | 0 | 101011 | 110001 | 10000 | 111 | 111000 | 1000000 |
Color Harmonies of #D67A6E
Complementary color
Monochromatic Colors of #D67A6E
Black with #D67A6E
Text Example
Text Example
White with #D67A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67A6E; }
p { color: rgb(214,122,110); }
H1.HeaderClassName
{
color: #D67A6E;
}
.AnyTagClassName
{
color: #D67A6E;
}
</style>
background-color css
<style>
a { background-color: #D67A6E; }
a { background-color: rgb(214,122,110); }
div.DivClassName
{
background-color: #D67A6E;
}
.BgClassName
{
background-color: #D67A6E;
}
</style>
border-color css
<style>
span { border-color: #D67A6E; }
span { border-color: rgb(214,122,110); }
td.TdClassName
{
border-color: #D67A6E;
}
.TagClassName
{
border-color: #D67A6E;
}
</style>