Shades of New York Pink #DC7A68
Tints of New York Pink #DC7A68
RGB
CMYK
RGB Variations
Color information
#DC7A68 (or 0xDC7A68) is known color: New York Pink. HEX triplet: DC, 7A and 68. RGB value is (220,122,104). Sum of RGB (Red+Green+Blue) = 220+122+104=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A68 is #238597. Grayscale: #959595. Windows color (decimal): -2327960 or 6847196. OLE color: 6847196.
HSL color Cylindrical-coordinate representation of color #DC7A68: hue angle of 9.31º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC7A68 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 104 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.14 |
| HSL | 9.31º | 0.62% | 0.64% | - |
| HSV(B) | 9.31º | 0.53% | 0.86% | - |
| XYZ | 38.97 | 30.13 | 16.86 | - |
| YUV | 149.25 | 102.47 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 104 | 0 | 0.45 | 0.53 | 0.14 | 9.31 | 0.62 | 0.64 |
| Hex | DC | 7A | 68 | 0 | 2D | 35 | E | 9 | 3E | 40 |
| Octal | 334 | 172 | 150 | 0 | 55 | 65 | 16 | 11 | 76 | 100 |
| Binary | 11011100 | 1111010 | 1101000 | 0 | 101101 | 110101 | 1110 | 1001 | 111110 | 1000000 |
Color Harmonies of #DC7A68
Complementary color
Monochromatic Colors of #DC7A68
Black with #DC7A68
Text Example
Text Example
White with #DC7A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A68; }
p { color: rgb(220,122,104); }
H1.HeaderClassName
{
color: #DC7A68;
}
.AnyTagClassName
{
color: #DC7A68;
}
</style>
background-color css
<style>
a { background-color: #DC7A68; }
a { background-color: rgb(220,122,104); }
div.DivClassName
{
background-color: #DC7A68;
}
.BgClassName
{
background-color: #DC7A68;
}
</style>
border-color css
<style>
span { border-color: #DC7A68; }
span { border-color: rgb(220,122,104); }
td.TdClassName
{
border-color: #DC7A68;
}
.TagClassName
{
border-color: #DC7A68;
}
</style>