Shades of New York Pink #D37A6F
Tints of New York Pink #D37A6F
RGB
CMYK
RGB Variations
Color information
#D37A6F (or 0xD37A6F) is known color: New York Pink. HEX triplet: D3, 7A and 6F. RGB value is (211,122,111). Sum of RGB (Red+Green+Blue) = 211+122+111=444 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.52% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37A6F is #2C8590. Grayscale: #939393. Windows color (decimal): -2917777 or 7305939. OLE color: 7305939.
HSL color Cylindrical-coordinate representation of color #D37A6F: hue angle of 6.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D37A6F is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 122 | 111 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.17 |
| HSL | 6.6º | 0.53% | 0.63% | - |
| HSV(B) | 6.6º | 0.47% | 0.83% | - |
| XYZ | 36.69 | 28.92 | 18.69 | - |
| YUV | 147.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 111 | 0 | 0.42 | 0.47 | 0.17 | 6.6 | 0.53 | 0.63 |
| Hex | D3 | 7A | 6F | 0 | 2A | 2F | 11 | 7 | 35 | 3F |
| Octal | 323 | 172 | 157 | 0 | 52 | 57 | 21 | 7 | 65 | 77 |
| Binary | 11010011 | 1111010 | 1101111 | 0 | 101010 | 101111 | 10001 | 111 | 110101 | 111111 |
Color Harmonies of #D37A6F
Complementary color
Monochromatic Colors of #D37A6F
Black with #D37A6F
Text Example
Text Example
White with #D37A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37A6F; }
p { color: rgb(211,122,111); }
H1.HeaderClassName
{
color: #D37A6F;
}
.AnyTagClassName
{
color: #D37A6F;
}
</style>
background-color css
<style>
a { background-color: #D37A6F; }
a { background-color: rgb(211,122,111); }
div.DivClassName
{
background-color: #D37A6F;
}
.BgClassName
{
background-color: #D37A6F;
}
</style>
border-color css
<style>
span { border-color: #D37A6F; }
span { border-color: rgb(211,122,111); }
td.TdClassName
{
border-color: #D37A6F;
}
.TagClassName
{
border-color: #D37A6F;
}
</style>