Shades of New York Pink #DC796C
Tints of New York Pink #DC796C
RGB
CMYK
RGB Variations
Color information
#DC796C (or 0xDC796C) is known color: New York Pink. HEX triplet: DC, 79 and 6C. RGB value is (220,121,108). Sum of RGB (Red+Green+Blue) = 220+121+108=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC796C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC796C is #238693. Grayscale: #959595. Windows color (decimal): -2328212 or 7109084. OLE color: 7109084.
HSL color Cylindrical-coordinate representation of color #DC796C: hue angle of 6.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC796C is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 121 | 108 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.14 |
| HSL | 6.96º | 0.62% | 0.64% | - |
| HSV(B) | 6.96º | 0.51% | 0.86% | - |
| XYZ | 39.06 | 29.97 | 17.91 | - |
| YUV | 149.12 | 104.8 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 121 | 108 | 0 | 0.45 | 0.51 | 0.14 | 6.96 | 0.62 | 0.64 |
| Hex | DC | 79 | 6C | 0 | 2D | 33 | E | 7 | 3E | 40 |
| Octal | 334 | 171 | 154 | 0 | 55 | 63 | 16 | 7 | 76 | 100 |
| Binary | 11011100 | 1111001 | 1101100 | 0 | 101101 | 110011 | 1110 | 111 | 111110 | 1000000 |
Color Harmonies of #DC796C
Complementary color
Monochromatic Colors of #DC796C
Black with #DC796C
Text Example
Text Example
White with #DC796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC796C; }
p { color: rgb(220,121,108); }
H1.HeaderClassName
{
color: #DC796C;
}
.AnyTagClassName
{
color: #DC796C;
}
</style>
background-color css
<style>
a { background-color: #DC796C; }
a { background-color: rgb(220,121,108); }
div.DivClassName
{
background-color: #DC796C;
}
.BgClassName
{
background-color: #DC796C;
}
</style>
border-color css
<style>
span { border-color: #DC796C; }
span { border-color: rgb(220,121,108); }
td.TdClassName
{
border-color: #DC796C;
}
.TagClassName
{
border-color: #DC796C;
}
</style>