Shades of New York Pink #D67D6B
Tints of New York Pink #D67D6B
RGB
CMYK
RGB Variations
Color information
#D67D6B (or 0xD67D6B) is known color: New York Pink. HEX triplet: D6, 7D and 6B. RGB value is (214,125,107). Sum of RGB (Red+Green+Blue) = 214+125+107=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67D6B is #298294. Grayscale: #959595. Windows color (decimal): -2720405 or 7044566. OLE color: 7044566.
HSL color Cylindrical-coordinate representation of color #D67D6B: hue angle of 10.09º 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 #D67D6B is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 125 | 107 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.16 |
| HSL | 10.09º | 0.57% | 0.63% | - |
| HSV(B) | 10.09º | 0.5% | 0.84% | - |
| XYZ | 37.72 | 30.02 | 17.72 | - |
| YUV | 149.56 | 103.99 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 125 | 107 | 0 | 0.42 | 0.50 | 0.16 | 10.09 | 0.57 | 0.63 |
| Hex | D6 | 7D | 6B | 0 | 2A | 32 | 10 | A | 39 | 3F |
| Octal | 326 | 175 | 153 | 0 | 52 | 62 | 20 | 12 | 71 | 77 |
| Binary | 11010110 | 1111101 | 1101011 | 0 | 101010 | 110010 | 10000 | 1010 | 111001 | 111111 |
Color Harmonies of #D67D6B
Complementary color
Monochromatic Colors of #D67D6B
Black with #D67D6B
Text Example
Text Example
White with #D67D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67D6B; }
p { color: rgb(214,125,107); }
H1.HeaderClassName
{
color: #D67D6B;
}
.AnyTagClassName
{
color: #D67D6B;
}
</style>
background-color css
<style>
a { background-color: #D67D6B; }
a { background-color: rgb(214,125,107); }
div.DivClassName
{
background-color: #D67D6B;
}
.BgClassName
{
background-color: #D67D6B;
}
</style>
border-color css
<style>
span { border-color: #D67D6B; }
span { border-color: rgb(214,125,107); }
td.TdClassName
{
border-color: #D67D6B;
}
.TagClassName
{
border-color: #D67D6B;
}
</style>