Shades of New York Pink #D37B6E
Tints of New York Pink #D37B6E
RGB
CMYK
RGB Variations
Color information
#D37B6E (or 0xD37B6E) is known color: New York Pink. HEX triplet: D3, 7B and 6E. RGB value is (211,123,110). Sum of RGB (Red+Green+Blue) = 211+123+110=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37B6E is #2C8491. Grayscale: #939393. Windows color (decimal): -2917522 or 7240659. OLE color: 7240659.
HSL color Cylindrical-coordinate representation of color #D37B6E: hue angle of 7.72º degrees, saturation: 0.53, 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 #D37B6E is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 123 | 110 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.17 |
| HSL | 7.72º | 0.53% | 0.63% | - |
| HSV(B) | 7.72º | 0.48% | 0.83% | - |
| XYZ | 36.76 | 29.14 | 18.44 | - |
| YUV | 147.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 110 | 0 | 0.42 | 0.48 | 0.17 | 7.72 | 0.53 | 0.63 |
| Hex | D3 | 7B | 6E | 0 | 2A | 30 | 11 | 8 | 35 | 3F |
| Octal | 323 | 173 | 156 | 0 | 52 | 60 | 21 | 10 | 65 | 77 |
| Binary | 11010011 | 1111011 | 1101110 | 0 | 101010 | 110000 | 10001 | 1000 | 110101 | 111111 |
Color Harmonies of #D37B6E
Complementary color
Monochromatic Colors of #D37B6E
Black with #D37B6E
Text Example
Text Example
White with #D37B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37B6E; }
p { color: rgb(211,123,110); }
H1.HeaderClassName
{
color: #D37B6E;
}
.AnyTagClassName
{
color: #D37B6E;
}
</style>
background-color css
<style>
a { background-color: #D37B6E; }
a { background-color: rgb(211,123,110); }
div.DivClassName
{
background-color: #D37B6E;
}
.BgClassName
{
background-color: #D37B6E;
}
</style>
border-color css
<style>
span { border-color: #D37B6E; }
span { border-color: rgb(211,123,110); }
td.TdClassName
{
border-color: #D37B6E;
}
.TagClassName
{
border-color: #D37B6E;
}
</style>