Shades of New York Pink #DD796A
Tints of New York Pink #DD796A
RGB
CMYK
RGB Variations
Color information
#DD796A (or 0xDD796A) is known color: New York Pink. HEX triplet: DD, 79 and 6A. RGB value is (221,121,106). Sum of RGB (Red+Green+Blue) = 221+121+106=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD796A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD796A is #228695. Grayscale: #959595. Windows color (decimal): -2262678 or 6978013. OLE color: 6978013.
HSL color Cylindrical-coordinate representation of color #DD796A: hue angle of 7.83º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD796A is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 121 | 106 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.13 |
| HSL | 7.83º | 0.63% | 0.64% | - |
| HSV(B) | 7.83º | 0.52% | 0.87% | - |
| XYZ | 39.26 | 30.09 | 17.37 | - |
| YUV | 149.19 | 103.63 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 106 | 0 | 0.45 | 0.52 | 0.13 | 7.83 | 0.63 | 0.64 |
| Hex | DD | 79 | 6A | 0 | 2D | 34 | D | 8 | 3F | 40 |
| Octal | 335 | 171 | 152 | 0 | 55 | 64 | 15 | 10 | 77 | 100 |
| Binary | 11011101 | 1111001 | 1101010 | 0 | 101101 | 110100 | 1101 | 1000 | 111111 | 1000000 |
Color Harmonies of #DD796A
Complementary color
Monochromatic Colors of #DD796A
Black with #DD796A
Text Example
Text Example
White with #DD796A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD796A; }
p { color: rgb(221,121,106); }
H1.HeaderClassName
{
color: #DD796A;
}
.AnyTagClassName
{
color: #DD796A;
}
</style>
background-color css
<style>
a { background-color: #DD796A; }
a { background-color: rgb(221,121,106); }
div.DivClassName
{
background-color: #DD796A;
}
.BgClassName
{
background-color: #DD796A;
}
</style>
border-color css
<style>
span { border-color: #DD796A; }
span { border-color: rgb(221,121,106); }
td.TdClassName
{
border-color: #DD796A;
}
.TagClassName
{
border-color: #DD796A;
}
</style>