Shades of New York Pink #DD786A
Tints of New York Pink #DD786A
RGB
CMYK
RGB Variations
Color information
#DD786A (or 0xDD786A) is known color: New York Pink. HEX triplet: DD, 78 and 6A. RGB value is (221,120,106). Sum of RGB (Red+Green+Blue) = 221+120+106=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD786A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD786A is #228795. Grayscale: #949494. Windows color (decimal): -2262934 or 6977757. OLE color: 6977757.
HSL color Cylindrical-coordinate representation of color #DD786A: hue angle of 7.3º 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 #DD786A is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 106 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.13 |
| HSL | 7.3º | 0.63% | 0.64% | - |
| HSV(B) | 7.3º | 0.52% | 0.87% | - |
| XYZ | 39.14 | 29.85 | 17.33 | - |
| YUV | 148.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 106 | 0 | 0.46 | 0.52 | 0.13 | 7.3 | 0.63 | 0.64 |
| Hex | DD | 78 | 6A | 0 | 2E | 34 | D | 7 | 3F | 40 |
| Octal | 335 | 170 | 152 | 0 | 56 | 64 | 15 | 7 | 77 | 100 |
| Binary | 11011101 | 1111000 | 1101010 | 0 | 101110 | 110100 | 1101 | 111 | 111111 | 1000000 |
Color Harmonies of #DD786A
Complementary color
Monochromatic Colors of #DD786A
Black with #DD786A
Text Example
Text Example
White with #DD786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD786A; }
p { color: rgb(221,120,106); }
H1.HeaderClassName
{
color: #DD786A;
}
.AnyTagClassName
{
color: #DD786A;
}
</style>
background-color css
<style>
a { background-color: #DD786A; }
a { background-color: rgb(221,120,106); }
div.DivClassName
{
background-color: #DD786A;
}
.BgClassName
{
background-color: #DD786A;
}
</style>
border-color css
<style>
span { border-color: #DD786A; }
span { border-color: rgb(221,120,106); }
td.TdClassName
{
border-color: #DD786A;
}
.TagClassName
{
border-color: #DD786A;
}
</style>