Shades of New York Pink #D67A6F
Tints of New York Pink #D67A6F
RGB
CMYK
RGB Variations
Color information
#D67A6F (or 0xD67A6F) is known color: New York Pink. HEX triplet: D6, 7A and 6F. RGB value is (214,122,111). Sum of RGB (Red+Green+Blue) = 214+122+111=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A6F is #298590. Grayscale: #949494. Windows color (decimal): -2721169 or 7305942. OLE color: 7305942.
HSL color Cylindrical-coordinate representation of color #D67A6F: hue angle of 6.41º 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 #D67A6F is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 111 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.16 |
| HSL | 6.41º | 0.56% | 0.64% | - |
| HSV(B) | 6.41º | 0.48% | 0.84% | - |
| XYZ | 37.56 | 29.36 | 18.73 | - |
| YUV | 148.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 111 | 0 | 0.43 | 0.48 | 0.16 | 6.41 | 0.56 | 0.64 |
| Hex | D6 | 7A | 6F | 0 | 2B | 30 | 10 | 6 | 38 | 40 |
| Octal | 326 | 172 | 157 | 0 | 53 | 60 | 20 | 6 | 70 | 100 |
| Binary | 11010110 | 1111010 | 1101111 | 0 | 101011 | 110000 | 10000 | 110 | 111000 | 1000000 |
Color Harmonies of #D67A6F
Complementary color
Monochromatic Colors of #D67A6F
Black with #D67A6F
Text Example
Text Example
White with #D67A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67A6F; }
p { color: rgb(214,122,111); }
H1.HeaderClassName
{
color: #D67A6F;
}
.AnyTagClassName
{
color: #D67A6F;
}
</style>
background-color css
<style>
a { background-color: #D67A6F; }
a { background-color: rgb(214,122,111); }
div.DivClassName
{
background-color: #D67A6F;
}
.BgClassName
{
background-color: #D67A6F;
}
</style>
border-color css
<style>
span { border-color: #D67A6F; }
span { border-color: rgb(214,122,111); }
td.TdClassName
{
border-color: #D67A6F;
}
.TagClassName
{
border-color: #D67A6F;
}
</style>