Shades of New York Pink #D37B6D
Tints of New York Pink #D37B6D
RGB
CMYK
RGB Variations
Color information
#D37B6D (or 0xD37B6D) is known color: New York Pink. HEX triplet: D3, 7B and 6D. RGB value is (211,123,109). Sum of RGB (Red+Green+Blue) = 211+123+109=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37B6D is #2C8492. Grayscale: #939393. Windows color (decimal): -2917523 or 7175123. OLE color: 7175123.
HSL color Cylindrical-coordinate representation of color #D37B6D: hue angle of 8.24º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D37B6D is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 123 | 109 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.17 |
| HSL | 8.24º | 0.54% | 0.63% | - |
| HSV(B) | 8.24º | 0.48% | 0.83% | - |
| XYZ | 36.71 | 29.12 | 18.15 | - |
| YUV | 147.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 109 | 0 | 0.42 | 0.48 | 0.17 | 8.24 | 0.54 | 0.63 |
| Hex | D3 | 7B | 6D | 0 | 2A | 30 | 11 | 8 | 36 | 3F |
| Octal | 323 | 173 | 155 | 0 | 52 | 60 | 21 | 10 | 66 | 77 |
| Binary | 11010011 | 1111011 | 1101101 | 0 | 101010 | 110000 | 10001 | 1000 | 110110 | 111111 |
Color Harmonies of #D37B6D
Complementary color
Monochromatic Colors of #D37B6D
Black with #D37B6D
Text Example
Text Example
White with #D37B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37B6D; }
p { color: rgb(211,123,109); }
H1.HeaderClassName
{
color: #D37B6D;
}
.AnyTagClassName
{
color: #D37B6D;
}
</style>
background-color css
<style>
a { background-color: #D37B6D; }
a { background-color: rgb(211,123,109); }
div.DivClassName
{
background-color: #D37B6D;
}
.BgClassName
{
background-color: #D37B6D;
}
</style>
border-color css
<style>
span { border-color: #D37B6D; }
span { border-color: rgb(211,123,109); }
td.TdClassName
{
border-color: #D37B6D;
}
.TagClassName
{
border-color: #D37B6D;
}
</style>