Shades of New York Pink #D37C6B
Tints of New York Pink #D37C6B
RGB
CMYK
RGB Variations
Color information
#D37C6B (or 0xD37C6B) is known color: New York Pink. HEX triplet: D3, 7C and 6B. RGB value is (211,124,107). Sum of RGB (Red+Green+Blue) = 211+124+107=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D37C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37C6B is #2C8394. Grayscale: #949494. Windows color (decimal): -2917269 or 7044307. OLE color: 7044307.
HSL color Cylindrical-coordinate representation of color #D37C6B: hue angle of 9.81º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D37C6B is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 124 | 107 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.17 |
| HSL | 9.81º | 0.54% | 0.62% | - |
| HSV(B) | 9.81º | 0.49% | 0.83% | - |
| XYZ | 36.73 | 29.33 | 17.63 | - |
| YUV | 148.08 | 104.82 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 107 | 0 | 0.41 | 0.49 | 0.17 | 9.81 | 0.54 | 0.62 |
| Hex | D3 | 7C | 6B | 0 | 29 | 31 | 11 | A | 36 | 3E |
| Octal | 323 | 174 | 153 | 0 | 51 | 61 | 21 | 12 | 66 | 76 |
| Binary | 11010011 | 1111100 | 1101011 | 0 | 101001 | 110001 | 10001 | 1010 | 110110 | 111110 |
Color Harmonies of #D37C6B
Complementary color
Monochromatic Colors of #D37C6B
Black with #D37C6B
Text Example
Text Example
White with #D37C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37C6B; }
p { color: rgb(211,124,107); }
H1.HeaderClassName
{
color: #D37C6B;
}
.AnyTagClassName
{
color: #D37C6B;
}
</style>
background-color css
<style>
a { background-color: #D37C6B; }
a { background-color: rgb(211,124,107); }
div.DivClassName
{
background-color: #D37C6B;
}
.BgClassName
{
background-color: #D37C6B;
}
</style>
border-color css
<style>
span { border-color: #D37C6B; }
span { border-color: rgb(211,124,107); }
td.TdClassName
{
border-color: #D37C6B;
}
.TagClassName
{
border-color: #D37C6B;
}
</style>