Shades of New York Pink #DC7A69
Tints of New York Pink #DC7A69
RGB
CMYK
RGB Variations
Color information
#DC7A69 (or 0xDC7A69) is known color: New York Pink. HEX triplet: DC, 7A and 69. RGB value is (220,122,105). Sum of RGB (Red+Green+Blue) = 220+122+105=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7A69 is #238596. Grayscale: #959595. Windows color (decimal): -2327959 or 6912732. OLE color: 6912732.
HSL color Cylindrical-coordinate representation of color #DC7A69: hue angle of 8.87º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC7A69 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 105 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.14 |
| HSL | 8.87º | 0.62% | 0.64% | - |
| HSV(B) | 8.87º | 0.52% | 0.86% | - |
| XYZ | 39.02 | 30.15 | 17.13 | - |
| YUV | 149.36 | 102.97 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 105 | 0 | 0.45 | 0.52 | 0.14 | 8.87 | 0.62 | 0.64 |
| Hex | DC | 7A | 69 | 0 | 2D | 34 | E | 9 | 3E | 40 |
| Octal | 334 | 172 | 151 | 0 | 55 | 64 | 16 | 11 | 76 | 100 |
| Binary | 11011100 | 1111010 | 1101001 | 0 | 101101 | 110100 | 1110 | 1001 | 111110 | 1000000 |
Color Harmonies of #DC7A69
Complementary color
Monochromatic Colors of #DC7A69
Black with #DC7A69
Text Example
Text Example
White with #DC7A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7A69; }
p { color: rgb(220,122,105); }
H1.HeaderClassName
{
color: #DC7A69;
}
.AnyTagClassName
{
color: #DC7A69;
}
</style>
background-color css
<style>
a { background-color: #DC7A69; }
a { background-color: rgb(220,122,105); }
div.DivClassName
{
background-color: #DC7A69;
}
.BgClassName
{
background-color: #DC7A69;
}
</style>
border-color css
<style>
span { border-color: #DC7A69; }
span { border-color: rgb(220,122,105); }
td.TdClassName
{
border-color: #DC7A69;
}
.TagClassName
{
border-color: #DC7A69;
}
</style>