Shades of New York Pink #DC7B6D
Tints of New York Pink #DC7B6D
RGB
CMYK
RGB Variations
Color information
#DC7B6D (or 0xDC7B6D) is known color: New York Pink. HEX triplet: DC, 7B and 6D. RGB value is (220,123,109). Sum of RGB (Red+Green+Blue) = 220+123+109=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B6D is #238492. Grayscale: #969696. Windows color (decimal): -2327699 or 7175132. OLE color: 7175132.
HSL color Cylindrical-coordinate representation of color #DC7B6D: hue angle of 7.57º 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 #DC7B6D is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 109 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.14 |
| HSL | 7.57º | 0.61% | 0.65% | - |
| HSV(B) | 7.57º | 0.5% | 0.86% | - |
| XYZ | 39.36 | 30.49 | 18.28 | - |
| YUV | 150.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 109 | 0 | 0.44 | 0.50 | 0.14 | 7.57 | 0.61 | 0.65 |
| Hex | DC | 7B | 6D | 0 | 2C | 32 | E | 8 | 3D | 41 |
| Octal | 334 | 173 | 155 | 0 | 54 | 62 | 16 | 10 | 75 | 101 |
| Binary | 11011100 | 1111011 | 1101101 | 0 | 101100 | 110010 | 1110 | 1000 | 111101 | 1000001 |
Color Harmonies of #DC7B6D
Complementary color
Monochromatic Colors of #DC7B6D
Black with #DC7B6D
Text Example
Text Example
White with #DC7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B6D; }
p { color: rgb(220,123,109); }
H1.HeaderClassName
{
color: #DC7B6D;
}
.AnyTagClassName
{
color: #DC7B6D;
}
</style>
background-color css
<style>
a { background-color: #DC7B6D; }
a { background-color: rgb(220,123,109); }
div.DivClassName
{
background-color: #DC7B6D;
}
.BgClassName
{
background-color: #DC7B6D;
}
</style>
border-color css
<style>
span { border-color: #DC7B6D; }
span { border-color: rgb(220,123,109); }
td.TdClassName
{
border-color: #DC7B6D;
}
.TagClassName
{
border-color: #DC7B6D;
}
</style>