Shades of New York Pink #DC866F
Tints of New York Pink #DC866F
RGB
CMYK
RGB Variations
Color information
#DC866F (or 0xDC866F) is known color: New York Pink. HEX triplet: DC, 86 and 6F. RGB value is (220,134,111). Sum of RGB (Red+Green+Blue) = 220+134+111=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC866F is #237990. Grayscale: #9D9D9D. Windows color (decimal): -2324881 or 7309020. OLE color: 7309020.
HSL color Cylindrical-coordinate representation of color #DC866F: hue angle of 12.66º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC866F is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 111 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.14 |
| HSL | 12.66º | 0.61% | 0.65% | - |
| HSV(B) | 12.66º | 0.5% | 0.86% | - |
| XYZ | 40.91 | 33.41 | 19.33 | - |
| YUV | 157.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 111 | 0 | 0.39 | 0.50 | 0.14 | 12.66 | 0.61 | 0.65 |
| Hex | DC | 86 | 6F | 0 | 27 | 32 | E | D | 3D | 41 |
| Octal | 334 | 206 | 157 | 0 | 47 | 62 | 16 | 15 | 75 | 101 |
| Binary | 11011100 | 10000110 | 1101111 | 0 | 100111 | 110010 | 1110 | 1101 | 111101 | 1000001 |
Color Harmonies of #DC866F
Complementary color
Monochromatic Colors of #DC866F
Black with #DC866F
Text Example
Text Example
White with #DC866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC866F; }
p { color: rgb(220,134,111); }
H1.HeaderClassName
{
color: #DC866F;
}
.AnyTagClassName
{
color: #DC866F;
}
</style>
background-color css
<style>
a { background-color: #DC866F; }
a { background-color: rgb(220,134,111); }
div.DivClassName
{
background-color: #DC866F;
}
.BgClassName
{
background-color: #DC866F;
}
</style>
border-color css
<style>
span { border-color: #DC866F; }
span { border-color: rgb(220,134,111); }
td.TdClassName
{
border-color: #DC866F;
}
.TagClassName
{
border-color: #DC866F;
}
</style>