Shades of New York Pink #DC7B69
Tints of New York Pink #DC7B69
RGB
CMYK
RGB Variations
Color information
#DC7B69 (or 0xDC7B69) is known color: New York Pink. HEX triplet: DC, 7B and 69. RGB value is (220,123,105). Sum of RGB (Red+Green+Blue) = 220+123+105=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B69 is #238496. Grayscale: #969696. Windows color (decimal): -2327703 or 6912988. OLE color: 6912988.
HSL color Cylindrical-coordinate representation of color #DC7B69: hue angle of 9.39º 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 #DC7B69 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 105 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.14 |
| HSL | 9.39º | 0.62% | 0.64% | - |
| HSV(B) | 9.39º | 0.52% | 0.86% | - |
| XYZ | 39.15 | 30.4 | 17.17 | - |
| YUV | 149.95 | 102.64 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 105 | 0 | 0.44 | 0.52 | 0.14 | 9.39 | 0.62 | 0.64 |
| Hex | DC | 7B | 69 | 0 | 2C | 34 | E | 9 | 3E | 40 |
| Octal | 334 | 173 | 151 | 0 | 54 | 64 | 16 | 11 | 76 | 100 |
| Binary | 11011100 | 1111011 | 1101001 | 0 | 101100 | 110100 | 1110 | 1001 | 111110 | 1000000 |
Color Harmonies of #DC7B69
Complementary color
Monochromatic Colors of #DC7B69
Black with #DC7B69
Text Example
Text Example
White with #DC7B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B69; }
p { color: rgb(220,123,105); }
H1.HeaderClassName
{
color: #DC7B69;
}
.AnyTagClassName
{
color: #DC7B69;
}
</style>
background-color css
<style>
a { background-color: #DC7B69; }
a { background-color: rgb(220,123,105); }
div.DivClassName
{
background-color: #DC7B69;
}
.BgClassName
{
background-color: #DC7B69;
}
</style>
border-color css
<style>
span { border-color: #DC7B69; }
span { border-color: rgb(220,123,105); }
td.TdClassName
{
border-color: #DC7B69;
}
.TagClassName
{
border-color: #DC7B69;
}
</style>