Shades of New York Pink #DC7B6E
Tints of New York Pink #DC7B6E
RGB
CMYK
RGB Variations
Color information
#DC7B6E (or 0xDC7B6E) is known color: New York Pink. HEX triplet: DC, 7B and 6E. RGB value is (220,123,110). Sum of RGB (Red+Green+Blue) = 220+123+110=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B6E is #238491. Grayscale: #969696. Windows color (decimal): -2327698 or 7240668. OLE color: 7240668.
HSL color Cylindrical-coordinate representation of color #DC7B6E: hue angle of 7.09º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC7B6E is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 110 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.14 |
| HSL | 7.09º | 0.61% | 0.65% | - |
| HSV(B) | 7.09º | 0.5% | 0.86% | - |
| XYZ | 39.41 | 30.51 | 18.56 | - |
| YUV | 150.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 110 | 0 | 0.44 | 0.50 | 0.14 | 7.09 | 0.61 | 0.65 |
| Hex | DC | 7B | 6E | 0 | 2C | 32 | E | 7 | 3D | 41 |
| Octal | 334 | 173 | 156 | 0 | 54 | 62 | 16 | 7 | 75 | 101 |
| Binary | 11011100 | 1111011 | 1101110 | 0 | 101100 | 110010 | 1110 | 111 | 111101 | 1000001 |
Color Harmonies of #DC7B6E
Complementary color
Monochromatic Colors of #DC7B6E
Black with #DC7B6E
Text Example
Text Example
White with #DC7B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B6E; }
p { color: rgb(220,123,110); }
H1.HeaderClassName
{
color: #DC7B6E;
}
.AnyTagClassName
{
color: #DC7B6E;
}
</style>
background-color css
<style>
a { background-color: #DC7B6E; }
a { background-color: rgb(220,123,110); }
div.DivClassName
{
background-color: #DC7B6E;
}
.BgClassName
{
background-color: #DC7B6E;
}
</style>
border-color css
<style>
span { border-color: #DC7B6E; }
span { border-color: rgb(220,123,110); }
td.TdClassName
{
border-color: #DC7B6E;
}
.TagClassName
{
border-color: #DC7B6E;
}
</style>